Table of Contents

Class SubscriptionRuntimeInfo

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

This provides runtime information of the subscription.

public class SubscriptionRuntimeInfo
Inheritance
SubscriptionRuntimeInfo
Inherited Members

Properties

AccessedAt

The DateTime when the entity was last accessed.

public DateTime AccessedAt { get; }

Property Value

DateTime

CreatedAt

The DateTime when the entity was created.

public DateTime CreatedAt { get; }

Property Value

DateTime

MessageCount

The total number of messages in the subscription.

public long MessageCount { get; }

Property Value

long

MessageCountDetails

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

public MessageCountDetails MessageCountDetails { get; }

Property Value

MessageCountDetails

SubscriptionName

The name of subscription.

public string SubscriptionName { get; }

Property Value

string

TopicPath

The path of the topic.

public string TopicPath { get; }

Property Value

string

UpdatedAt

The DateTime when the entity description was last updated.

public DateTime UpdatedAt { get; }

Property Value

DateTime