Table of Contents

Class TopicRuntimeInfo

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

This provides runtime information of the topic.

public class TopicRuntimeInfo
Inheritance
TopicRuntimeInfo
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

MessageCountDetails

The total number of messages in the topic.

public MessageCountDetails MessageCountDetails { get; }

Property Value

MessageCountDetails

Path

The path of the topic.

public string Path { get; }

Property Value

string

SizeInBytes

Current size of the entity in bytes.

public long SizeInBytes { get; }

Property Value

long

SubscriptionCount

Number of subscriptions to the topic.

public int SubscriptionCount { get; }

Property Value

int

UpdatedAt

The DateTime when the entity description was last updated.

public DateTime UpdatedAt { get; }

Property Value

DateTime