MetadataMetadata describing the currently running execution-plan attempt.
Details
attempt is the current 1-based attempt number, and stepIndex is the
0-based index of the plan step currently being evaluated.
metadata
Source effect/ExecutionPlan.ts:3944 lines
export interface Metadata {
readonly Metadata.attempt: numberattempt: number
readonly Metadata.stepIndex: numberstepIndex: number
}Referenced by 2 symbols