LastIndexingRun interface

The details of the last indexing run.

Properties

error

Error object that describes the error when status is 'Failed'.

indexingMetrics

Indexing metrics for the run.

runId

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

Indexing metrics for the run.

indexingMetrics?: IndexingMetrics

Property Value

runId

The operation run identifier.

runId?: string

Property Value

string

status

The status of the indexing run.

status?: string

Property Value

string