QueueProperties interface
model interface QueueProperties
Properties
| approximate |
Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. |
| metadata | A name-value pair that represents queue metadata. |
Property Details
approximateMessageCount
Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.
approximateMessageCount?: number
Property Value
number
metadata
A name-value pair that represents queue metadata.
metadata?: Record<string, string>
Property Value
Record<string, string>