Get Queue Result
A collection of values returned by getQueue.
Constructors
Properties
The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
Boolean flag which controls whether server-side batched operations are enabled.
Boolean flag which controls whether the Queue has dead letter support when a message expires.
The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on a message itself.
The ISO 8601 timespan duration during which duplicates can be detected.
Boolean flag which controls whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
The name of a Queue or Topic to automatically forward dead lettered messages to.
The name of a Queue or Topic to automatically forward messages to. Please see the documentation for more information.
The ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers.
Integer value which controls when a message is automatically dead lettered.
Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of Service Bus Quotas.
Boolean flag which controls whether to enable the queue to be partitioned across multiple message brokers.
Boolean flag which controls whether the Queue requires duplicate detection.
Boolean flag which controls whether the Queue requires sessions. This will allow ordered handling of unbounded sequences of related messages. With sessions enabled a queue can guarantee first-in-first-out delivery of messages.