MessageCountDetails interface
Message Count Details.
Properties
active |
Number of active messages in the queue, topic, or subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
dead |
Number of messages that are dead lettered. NOTE: This property will not be serialized. It can only be populated by the server. |
scheduled |
Number of scheduled messages. NOTE: This property will not be serialized. It can only be populated by the server. |
transfer |
Number of messages transferred into dead letters. NOTE: This property will not be serialized. It can only be populated by the server. |
transfer |
Number of messages transferred to another queue, topic, or subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activeMessageCount
Number of active messages in the queue, topic, or subscription. NOTE: This property will not be serialized. It can only be populated by the server.
activeMessageCount?: number
Property Value
number
deadLetterMessageCount
Number of messages that are dead lettered. NOTE: This property will not be serialized. It can only be populated by the server.
deadLetterMessageCount?: number
Property Value
number
scheduledMessageCount
Number of scheduled messages. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledMessageCount?: number
Property Value
number
transferDeadLetterMessageCount
Number of messages transferred into dead letters. NOTE: This property will not be serialized. It can only be populated by the server.
transferDeadLetterMessageCount?: number
Property Value
number
transferMessageCount
Number of messages transferred to another queue, topic, or subscription. NOTE: This property will not be serialized. It can only be populated by the server.
transferMessageCount?: number
Property Value
number