CountDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Statistics about the current usage of a service bus entity.
public class CountDetails
type CountDetails = class
Public Class CountDetails
- Inheritance
-
CountDetails
Constructors
CountDetails() |
Initializes a new instance of the CountDetails class. |
Properties
ActiveMessageCount |
Optional. The current number of active messages. |
DeadLetterMessageCount |
Optional. The current number of dead letters. |
ScheduledMessageCount |
Optional. The current number of scheduled messages. |
TransferDeadLetterMessageCount |
Optional. The current number of transfer dead letters. |
TransferMessageCount |
Optional. The current number of transfer messages. |
Applies to
Azure SDK for .NET