avgPreviousExecutionMs property
Average execution ms of previous runs.
Indicates the job ran slow compared to previous executions. To find previous executions, use INFORMATION_SCHEMA tables and filter jobs with same query hash.
Output only.
Implementation
core.String? avgPreviousExecutionMs;