Service Bus Namespace Queue

This table represents the service_bus_namespace_queue resource from Microsoft Azure.

azure.service_bus_namespace_queue

Fields

TitleIDTypeData TypeDescription
_keycorestring
accessed_atcorestringLast time a message was sent, or the last time there was a receive request to this queue.
auto_delete_on_idlecorestringISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.
count_detailscorejsonMessage Count Details.
created_atcorestringThe exact time the message was created.
dead_lettering_on_message_expirationcoreboolA value that indicates whether this queue has dead letter support when a message expires.
default_message_time_to_livecorestringISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.
duplicate_detection_history_time_windowcorestringISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
enable_batched_operationscoreboolValue that indicates whether server-side batched operations are enabled.
enable_expresscoreboolA value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
enable_partitioningcoreboolA value that indicates whether the queue is to be partitioned across multiple message brokers.
forward_dead_lettered_messages_tocorestringQueue/Topic name to forward the Dead Letter message
forward_tocorestringQueue/Topic name to forward the messages
idcorestringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
locationcorestringThe geo-location where the resource lives
lock_durationcorestringISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.
max_delivery_countcoreint64The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10.
max_message_size_in_kilobytescoreint64Maximum size (in KB) of the message payload that can be accepted by the queue. This property is only used in Premium today and default is 1024.
max_size_in_megabytescoreint64The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024.
message_countcoreint64The number of messages in the queue.
namecorestringThe name of the resource
requires_duplicate_detectioncoreboolA value indicating if this queue requires duplicate detection.
requires_sessioncoreboolA value that indicates whether the queue supports the concept of sessions.
resource_groupcorestring
size_in_bytescoreint64The size of the queue, in bytes.
statuscorestringEnumerates the possible values for the status of a messaging entity.
subscription_idcorestring
subscription_namecorestring
system_datacorejsonThe system meta data relating to this resource.
tagscorehstore
typecorestringThe type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
updated_atcorestringThe exact time the message was updated.