TopicRuntimeProperties Class

Runtime properties of a Service Bus topic resource.

Inheritance
builtins.object
TopicRuntimeProperties

Constructor

TopicRuntimeProperties()

Attributes

accessed_at_utc

Last time a message was sent, or the last time there was a receive request

Return type

created_at_utc

The exact time the queue was created.

Return type

name

The name of the topic.

Return type

str

scheduled_message_count

Number of scheduled messages.

Return type

int

size_in_bytes

The current size of the entity in bytes.

Return type

int

subscription_count

The number of subscriptions in the topic.

Return type

int

updated_at_utc

The exact time the entity was updated.

Return type