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

Returns

Type Description

created_at_utc

The exact time the queue was created.

Returns

Type Description

name

The name of the topic.

Returns

Type Description
str

scheduled_message_count

Number of scheduled messages.

Returns

Type Description
int,

size_in_bytes

The current size of the entity in bytes.

Returns

Type Description
int,

subscription_count

The number of subscriptions in the topic.

Returns

Type Description
int,

updated_at_utc

The exact time the entity was updated.

Returns

Type Description