Partilhar via


IndexerExecutionStatus type

Define valores para IndexerExecutionStatus.

type IndexerExecutionStatus =
  | "transientFailure"
  | "success"
  | "inProgress"
  | "reset"