Name | Description |
long capacity | Maximum number of events that the on-disk queue can store. |
string statusDetails | Status details of the on-disk queue. |
int QueueStatus | Status of the on-disk queue: 1 = Green 2 = Yellow 3 = Red 0 = Error |
boolean ObjectStatus | Indicates whether the on-disk queue is online or offline. |
long averageUtilization | The average size to capacity ratio since the first operation, went for the event type that uses the on-disk queue. |
long currentSize | The current number of events stored in the on-disk queue. |
int queueBufferFullCount | Delta value of the number of times when the capacity has been reached since the last restart of the on-disk queue. |