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