다음을 통해 공유


DiscoveryExecutionDetailsOutput interface

검색 실행 세부 정보입니다.

속성

discoveryEndTime

검색 종료 시간입니다.

discoveryStartTime

검색 시작 시간입니다.

isErrorLogAvailable

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

statistics

검색 통계입니다.

status

검색 상태입니다.

속성 세부 정보

discoveryEndTime

검색 종료 시간입니다.

discoveryEndTime?: string

속성 값

string

discoveryStartTime

검색 시작 시간입니다.

discoveryStartTime?: string

속성 값

string

isErrorLogAvailable

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

isErrorLogAvailable?: boolean

속성 값

boolean

statistics

검색 통계입니다.

statistics?: Record<string, any>

속성 값

Record<string, any>

status

검색 상태입니다.

status?: "Succeeded" | "Failed" | "Queued" | "Running" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning"

속성 값

"Succeeded" | "Failed" | "Queued" | "Running" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning"