QueueRuntimeProperties interface
Represents runtime info attributes of a queue entity
Properties
accessed |
Accessed at timestamp |
active |
The number of active messages in the queue. |
created |
Created at timestamp |
dead |
The number of messages that have been dead lettered. |
modified |
Updated at timestamp |
name | Name of the queue |
scheduled |
The number of scheduled messages. |
size |
The entity's size in bytes. |
total |
The entity's message count. |
transfer |
The number of messages transferred to the dead letter queue. |
transfer |
The number of messages transferred to another queue, topic, or subscription |
Property Details
accessedAt
Accessed at timestamp
accessedAt: Date
Property Value
Date
activeMessageCount
The number of active messages in the queue.
activeMessageCount: number
Property Value
number
createdAt
Created at timestamp
createdAt: Date
Property Value
Date
deadLetterMessageCount
The number of messages that have been dead lettered.
deadLetterMessageCount: number
Property Value
number
modifiedAt
Updated at timestamp
modifiedAt: Date
Property Value
Date
name
Name of the queue
name: string
Property Value
string
scheduledMessageCount
The number of scheduled messages.
scheduledMessageCount: number
Property Value
number
sizeInBytes
The entity's size in bytes.
sizeInBytes?: number
Property Value
number
totalMessageCount
The entity's message count.
totalMessageCount?: number
Property Value
number
transferDeadLetterMessageCount
The number of messages transferred to the dead letter queue.
transferDeadLetterMessageCount: number
Property Value
number
transferMessageCount
The number of messages transferred to another queue, topic, or subscription
transferMessageCount: number
Property Value
number