다음을 통해 공유


IngestionExecutionDetails interface

수집 실행 세부 정보입니다.

속성

estimatedTimeRemainingInSeconds

남은 예상 시간(초)입니다.

ingestionEndTime

수집 종료 시간입니다.

ingestionStartTime

수집 시작 시간입니다.

isErrorLogAvailable

오류 로그를 사용할 수 있는지 여부를 나타냅니다.

lastUpdatedAt

마지막으로 업데이트된 시간입니다.

statistics

수집 통계입니다.

status

수집 상태입니다.

속성 세부 정보

estimatedTimeRemainingInSeconds

남은 예상 시간(초)입니다.

estimatedTimeRemainingInSeconds?: number

속성 값

number

ingestionEndTime

수집 종료 시간입니다.

ingestionEndTime?: string | Date

속성 값

string | Date

ingestionStartTime

수집 시작 시간입니다.

ingestionStartTime?: string | Date

속성 값

string | Date

isErrorLogAvailable

오류 로그를 사용할 수 있는지 여부를 나타냅니다.

isErrorLogAvailable?: boolean

속성 값

boolean

lastUpdatedAt

마지막으로 업데이트된 시간입니다.

lastUpdatedAt?: string | Date

속성 값

string | Date

statistics

수집 통계입니다.

statistics?: Record<string, any>

속성 값

Record<string, any>

status

수집 상태입니다.

status?: "None" | "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Queued" | "SourceUnknown" | "PartialSucceeded" | "Canceling"

속성 값

"None" | "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Queued" | "SourceUnknown" | "PartialSucceeded" | "Canceling"