DataIngestionStatus type

The status of data ingestion for this workspace.
KnownDataIngestionStatus can be used interchangeably with DataIngestionStatus, this enum contains the known values that the service supports.

Known values supported by the service

RespectQuota: Ingestion enabled following daily cap quota reset, or subscription enablement.
ForceOn: Ingestion started following service setting change.
ForceOff: Ingestion stopped following service setting change.
OverQuota: Reached daily cap quota, ingestion stopped.
SubscriptionSuspended: Ingestion stopped following suspended subscription.
ApproachingQuota: 80% of daily cap quota reached.

type DataIngestionStatus = string