Type aliases
ManagedIngestionStatus
ManagedIngestionStatus =
"NOT_STARTED"
|"IN_PROGRESS"
|"SUCCESS"
|"ERROR"
|"PARTIAL_SUCCESS"
|"CANCELLED"
Defined in: packages/cloud/src/client/types.gen.ts:3503
Status of managed ingestion with partial Updates.