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. |
| last |
The result of the most recent or an in-progress indexer execution. |
| limits | The execution limits for the indexer. |
| name | The name of the indexer. |
| status | Overall indexer status. |
Property Details
executionHistory
History of the recent indexer executions, sorted in reverse chronological order.
executionHistory: IndexerExecutionResult[]
Property Value
lastResult
The result of the most recent or an in-progress indexer execution.
lastResult?: IndexerExecutionResult
Property Value
limits
The execution limits for the indexer.
limits: SearchIndexerLimits
Property Value
name
The name of the indexer.
name: string
Property Value
string