IngestionExecutionDetailsOutput interface
The ingestion execution details.
Properties
| estimated |
The estimated time remaining in seconds. |
| ingestion |
The ingestion end time. |
| ingestion |
The ingestion start time. |
| is |
Indicates whether the error log is available. |
| last |
The last updated time. |
| statistics | The ingestion statistics. |
| status | The ingestion status. |
Property Details
estimatedTimeRemainingInSeconds
The estimated time remaining in seconds.
estimatedTimeRemainingInSeconds?: number
Property Value
number
ingestionEndTime
The ingestion end time.
ingestionEndTime?: string
Property Value
string
ingestionStartTime
The ingestion start time.
ingestionStartTime?: string
Property Value
string
isErrorLogAvailable
Indicates whether the error log is available.
isErrorLogAvailable?: boolean
Property Value
boolean
lastUpdatedAt
The last updated time.
lastUpdatedAt?: string
Property Value
string
statistics
The ingestion statistics.
statistics?: Record<string, any>
Property Value
Record<string, any>
status
The ingestion status.
status?: "None" | "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Queued" | "SourceUnknown" | "PartialSucceeded" | "Canceling"
Property Value
"None" | "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Queued" | "SourceUnknown" | "PartialSucceeded" | "Canceling"