SubscriptionRuntimeProperties Class

Definition

This provides runtime properties of the subscription.

public class SubscriptionRuntimeProperties
type SubscriptionRuntimeProperties = class
Public Class SubscriptionRuntimeProperties
Inheritance
SubscriptionRuntimeProperties

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.

SubscriptionName

The name of subscription.

TopicName

The name of the topic.

TotalMessageCount

The total number of messages in the subscription.

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 DateTime when the entity description was last updated.

Applies to