QueueRuntimeProperties Class

Definition

Represents the runtime properties of the queue.

public class QueueRuntimeProperties
type QueueRuntimeProperties = class
Public Class QueueRuntimeProperties
Inheritance
QueueRuntimeProperties

Properties

AccessedAt

The DateTimeOffset when the entity was last accessed.

ActiveMessageCount

The number of active messages in the entity.

CreatedAt

The DateTimeOffset when the entity was created.

DeadLetterMessageCount

The number of dead-lettered messages in the entity.

Name

The name of the queue.

ScheduledMessageCount

The number of messages that are scheduled to be enqueued.

SizeInBytes

The current size of the entity in bytes.

TotalMessageCount

The total number of messages in the queue.

TransferDeadLetterMessageCount

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

TransferMessageCount

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

UpdatedAt

The DateTimeOffset when the entity description was last updated.

Applies to