Share via


IngestionExecutionDetailsOutput interface

The ingestion execution details.

Properties

estimatedTimeRemainingInSeconds

The estimated time remaining in seconds.

ingestionEndTime

The ingestion end time.

ingestionStartTime

The ingestion start time.

isErrorLogAvailable

Indicates whether the error log is available.

lastUpdatedAt

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"