你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TopicRuntimeProperties Class
Runtime properties of a Service Bus topic resource.
Constructor
TopicRuntimeProperties()
Attributes
accessed_at_utc
Last time a message was sent, or the last time there was a receive request
Returns
created_at_utc
The exact time the queue was created.
Returns
name
The name of the topic.
Returns
scheduled_message_count
Number of scheduled messages.
Returns
size_in_bytes
The current size of the entity in bytes.
Returns
subscription_count
The number of subscriptions in the topic.
Returns
updated_at_utc
The exact time the entity was updated.
Returns