LastIndexingRun interface
The details of the last indexing run.
Properties
| error | Error object that describes the error when status is 'Failed'. |
| indexing |
Indexing metrics for the run. |
| run |
The operation run identifier. |
| status | The status of the indexing run. |
Property Details
error
Error object that describes the error when status is 'Failed'.
error?: ErrorModel
Property Value
indexingMetrics
runId
The operation run identifier.
runId?: string
Property Value
string
status
The status of the indexing run.
status?: string
Property Value
string