MessageCountDetails interface

Message Count Details.

Properties

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.

deadLetterMessageCount

Number of messages that are dead lettered. NOTE: This property will not be serialized. It can only be populated by the server.

scheduledMessageCount

Number of scheduled messages. NOTE: This property will not be serialized. It can only be populated by the server.

transferDeadLetterMessageCount

Number of messages transferred into dead letters. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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