QueueMessagesStatistics Properties |
The QueueMessagesStatistics type exposes the following members.
Name | Description | |
---|---|---|
Claimed |
Gets the number of claimed messages in the queue.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Free |
Gets the number of unclaimed messages in the queue.
| |
Newest |
Gets additional statistics for the newest message in the queue.
| |
Oldest |
Gets additional statistics for the oldest message in the queue.
| |
Total |
Gets the total number of messages currently in the queue.
|