SubscriptionRuntimeProperties 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 properties of the subscription.
public class SubscriptionRuntimeProperties
type SubscriptionRuntimeProperties = class
Public Class SubscriptionRuntimeProperties
- Inheritance
-
SubscriptionRuntimeProperties
Properties
AccessedAt |
The DateTimeOffset of the last time there was a receive request to this subscription. |
ActiveMessageCount |
The number of active messages in the entity. |
CreatedAt |
The DateTimeOffset when the entity was created. |
DeadLetterMessageCount |
The number of dead-lettered messages in the entity. |
SubscriptionName |
The name of subscription. |
TopicName |
The name of the topic. |
TotalMessageCount |
The total number of messages in the subscription. |
TransferDeadLetterMessageCount |
The number of messages transfer-messages which are dead-lettered into transfer-dead-letter subqueue. |
TransferMessageCount |
The number of messages which are yet to be transferred/forwarded to destination entity. |
UpdatedAt |
The DateTime when the entity description was last updated. |