Click or drag to resize
QueueMessagesStatistics Properties
This API is preliminary and subject to change.

The QueueMessagesStatistics type exposes the following members.

Properties
  NameDescription
Public propertyClaimed
Gets the number of claimed messages in the queue.
Public propertyExtensionData
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.)
Public propertyFree
Gets the number of unclaimed messages in the queue.
Public propertyNewest
Gets additional statistics for the newest message in the queue.
Public propertyOldest
Gets additional statistics for the oldest message in the queue.
Public propertyTotal
Gets the total number of messages currently in the queue.
Top
See Also