SubscriptionRuntimeInfo 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.
This provides runtime information of the subscription.
public class SubscriptionRuntimeInfo
type SubscriptionRuntimeInfo = class
Public Class SubscriptionRuntimeInfo
- Inheritance
-
SubscriptionRuntimeInfo
Properties
AccessedAt |
The DateTime when the entity was last accessed. |
CreatedAt |
The DateTime when the entity was created. |
MessageCount |
The total number of messages in the subscription. |
MessageCountDetails |
Message count details of the sub-queues of the entity. |
SubscriptionName |
The name of subscription. |
TopicPath |
The path of the topic. |
UpdatedAt |
The DateTime when the entity description was last updated. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET