IndexQueueState Object
Contains information about the number of objects in the Elasticsearch index queue waiting to be indexed.
This object is used by the following operations:
- GET /api/index/queue/state (in the response)
The properties included in the IndexQueueState object are listed below.
| Property | Type | Description |
|---|---|---|
| LocalIndexQueueSize | integer | The number of local objects in the search index queue table in the database, waiting to be indexed. |
| FederationIndexQueueSize | integer | The number of federation objects in the search index queue table in the database, waiting to be indexed. |