Name | Description |
long capacity | Maximum number of events that the in-memory queue can store. |
string statusDetails | Status details of the in-memory queue. |
int QueueStatus | Status of the in-memory queue: 1 = Green 2 = Yellow 3 = Red 0 = Error |
boolean ObjectStatus | Indicates whether the in-memory 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 in-memory queue. |
long currentSize | The current number of events stored in the in-memory queue. |
int queueBufferFullCount | Delta value of the number of times when the capacity has been reached since the last restart of the in-memory queue. |