TopicRuntimeProperties Class

Definition

Represents the runtime properties of the topic.

public class TopicRuntimeProperties
type TopicRuntimeProperties = class
Public Class TopicRuntimeProperties
Inheritance
TopicRuntimeProperties

Properties

AccessedAt

The DateTime when the entity was last accessed.

CreatedAt

The DateTimeOffset when the entity was created.

Name

The name of the topic.

ScheduledMessageCount

The number of messages that are scheduled to be enqueued.

SizeInBytes

The current size of the entity in bytes.

SubscriptionCount

The number of subscriptions to the topic.

UpdatedAt

The DateTimeOffset when the entity description was last updated.

Applies to