IngestionStatusType type

Defines values for IngestionStatusType.

type IngestionStatusType =
  | "NotStarted"
  | "Scheduled"
  | "Running"
  | "Succeeded"
  | "Failed"
  | "NoData"
  | "Error"
  | "Paused"