Share via


DiscoveryExecutionDetails interface

The discovery execution details.

Properties

discoveryEndTime

The discovery end time.

discoveryStartTime

The discovery start time.

isErrorLogAvailable

Indicates whether the error log is available.

statistics

The discovery statistics.

status

The discovery status.

Property Details

discoveryEndTime

The discovery end time.

discoveryEndTime?: string | Date

Property Value

string | Date

discoveryStartTime

The discovery start time.

discoveryStartTime?: string | Date

Property Value

string | Date

isErrorLogAvailable

Indicates whether the error log is available.

isErrorLogAvailable?: boolean

Property Value

boolean

statistics

The discovery statistics.

statistics?: Record<string, any>

Property Value

Record<string, any>

status

The discovery status.

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

Property Value

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