Table of Contents

Class MessageCountDetails

Namespace
Microsoft.Azure.ServiceBus.Management
Assembly
Microsoft.Azure.ServiceBus.dll

Message count details of the sub-queues of the entity.

public class MessageCountDetails
Inheritance
MessageCountDetails
Inherited Members

Constructors

MessageCountDetails()

public MessageCountDetails()

Properties

ActiveMessageCount

The number of active messages in the entity.

public long ActiveMessageCount { get; }

Property Value

long

DeadLetterMessageCount

The number of dead-lettered messages in the entity.

public long DeadLetterMessageCount { get; }

Property Value

long

ScheduledMessageCount

The number of messages which are yet to be scheduled.

public long ScheduledMessageCount { get; }

Property Value

long

TransferDeadLetterMessageCount

The number of messages transfer-messages which are dead-lettered into transfer-dead-letter sub-queue.

public long TransferDeadLetterMessageCount { get; }

Property Value

long

TransferMessageCount

The number of messages which are yet to be transferred/forwarded to destination entity.

public long TransferMessageCount { get; }

Property Value

long