QueueStats Data Type

Namespace
(Default)
Abstract Type
Subtypes
EventQueueStats, ObservationQueueStats
Properties
name data type type namespace min/max occurs description
age long element 1/1 Age, in millseconds, of the oldest item on the queue. This is the current time minus the time that that item was added to the queue.
length int element 1/1 Return the current length of the queue.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<w----->
  <length>...</length>
  <age>...</age>
</w----->