TopicRuntimeProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the runtime properties of the topic.
public class TopicRuntimeProperties
type TopicRuntimeProperties = class
Public Class TopicRuntimeProperties
- Inheritance
-
TopicRuntimeProperties
Properties
AccessedAt |
The DateTime at which a message was last sent to the topic. |
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
Azure SDK for .NET