SearchIndexerStatus interface
Represents the current status and execution history of an indexer.
Properties
| execution |
History of the recent indexer executions, sorted in reverse chronological order. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
The result of the most recent or an in-progress indexer execution. NOTE: This property will not be serialized. It can only be populated by the server. |
| limits | The execution limits for the indexer. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the indexer. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Overall indexer status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
executionHistory
History of the recent indexer executions, sorted in reverse chronological order. NOTE: This property will not be serialized. It can only be populated by the server.
executionHistory: IndexerExecutionResult[]
Property Value
lastResult
The result of the most recent or an in-progress indexer execution. NOTE: This property will not be serialized. It can only be populated by the server.
lastResult?: IndexerExecutionResult
Property Value
limits
The execution limits for the indexer. NOTE: This property will not be serialized. It can only be populated by the server.
limits: SearchIndexerLimits
Property Value
name
The name of the indexer. NOTE: This property will not be serialized. It can only be populated by the server.
name: string
Property Value
string
status
Overall indexer status. NOTE: This property will not be serialized. It can only be populated by the server.
status: IndexerStatus