IndexingStatus type

Enum for IndexingStatus
KnownIndexingStatus can be used interchangeably with IndexingStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: Indexing Not started
Running: Running
Succeeded: Succeeded
Canceled: Canceled
Failed: Failed

type IndexingStatus = string