QueueRuntimeProperties 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 queue.
public class QueueRuntimeProperties
type QueueRuntimeProperties = class
Public Class QueueRuntimeProperties
- Inheritance
-
QueueRuntimeProperties
Properties
AccessedAt |
The DateTimeOffset of the last time a message was sent or the last time there was a receive request to this queue. |
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. |
Name |
The name of the queue. |
ScheduledMessageCount |
The number of messages that are scheduled to be enqueued. |
SizeInBytes |
The current size of the entity in bytes. |
TotalMessageCount |
The total number of messages in the queue. |
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 DateTimeOffset when the entity description was last updated. |
Applies to
Azure SDK for .NET