你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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