SBQueue interface
Description of queue Resource.
- Extends
Properties
| accessed |
Last time a message was sent, or the last time there was a receive request to this queue. |
| auto |
ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. |
| count |
Message Count Details. |
| created |
The exact time the message was created. |
| dead |
A value that indicates whether this queue has dead letter support when a message expires. |
| default |
ISO 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 |
ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. |
| enable |
Value that indicates whether server-side batched operations are enabled. |
| enable |
A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. |
| enable |
A value that indicates whether the queue is to be partitioned across multiple message brokers. |
| forward |
Queue/Topic name to forward the Dead Letter message |
| forward |
Queue/Topic name to forward the messages |
| location | The geo-location where the resource lives |
| lock |
ISO 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 |
The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. |
| max |
Maximum 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 |
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. |
| message |
The number of messages in the queue. |
| requires |
A value indicating if this queue requires duplicate detection. |
| requires |
A value that indicates whether the queue supports the concept of sessions. |
| size |
The size of the queue, in bytes. |
| status | Enumerates the possible values for the status of a messaging entity. |
| updated |
The exact time the message was updated. |
| user |
Gets and Sets Metadata of User. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
accessedAt
Last time a message was sent, or the last time there was a receive request to this queue.
accessedAt?: Date
Property Value
Date
autoDeleteOnIdle
ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.
autoDeleteOnIdle?: string
Property Value
string
countDetails
createdAt
The exact time the message was created.
createdAt?: Date
Property Value
Date
deadLetteringOnMessageExpiration
A value that indicates whether this queue has dead letter support when a message expires.
deadLetteringOnMessageExpiration?: boolean
Property Value
boolean
defaultMessageTimeToLive
ISO 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.
defaultMessageTimeToLive?: string
Property Value
string
duplicateDetectionHistoryTimeWindow
ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
duplicateDetectionHistoryTimeWindow?: string
Property Value
string
enableBatchedOperations
Value that indicates whether server-side batched operations are enabled.
enableBatchedOperations?: boolean
Property Value
boolean
enableExpress
A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
enableExpress?: boolean
Property Value
boolean
enablePartitioning
A value that indicates whether the queue is to be partitioned across multiple message brokers.
enablePartitioning?: boolean
Property Value
boolean
forwardDeadLetteredMessagesTo
Queue/Topic name to forward the Dead Letter message
forwardDeadLetteredMessagesTo?: string
Property Value
string
forwardTo
Queue/Topic name to forward the messages
forwardTo?: string
Property Value
string
location
The geo-location where the resource lives
location?: string
Property Value
string
lockDuration
ISO 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.
lockDuration?: string
Property Value
string
maxDeliveryCount
The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10.
maxDeliveryCount?: number
Property Value
number
maxMessageSizeInKilobytes
Maximum 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.
maxMessageSizeInKilobytes?: number
Property Value
number
maxSizeInMegabytes
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024.
maxSizeInMegabytes?: number
Property Value
number
messageCount
The number of messages in the queue.
messageCount?: number
Property Value
number
requiresDuplicateDetection
A value indicating if this queue requires duplicate detection.
requiresDuplicateDetection?: boolean
Property Value
boolean
requiresSession
A value that indicates whether the queue supports the concept of sessions.
requiresSession?: boolean
Property Value
boolean
sizeInBytes
The size of the queue, in bytes.
sizeInBytes?: number
Property Value
number
status
Enumerates the possible values for the status of a messaging entity.
status?: EntityStatus
Property Value
updatedAt
The exact time the message was updated.
updatedAt?: Date
Property Value
Date
userMetadata
Gets and Sets Metadata of User.
userMetadata?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type