JobExecutionProperties interface
Properties for an Azure SQL Database Elastic job execution.
Properties
| create |
The time that the job execution was created. |
| current |
Number of times the job execution has been attempted. |
| current |
Start time of the current attempt. |
| end |
The time that the job execution completed. |
| job |
The unique identifier of the job execution. |
| job |
The job version number. |
| last |
The last status or error message. |
| lifecycle | The detailed state of the job execution. |
| provisioning |
The ARM provisioning state of the job execution. |
| start |
The time that the job execution started. |
| step |
The job step id. |
| step |
The job step name. |
| target | The target that this execution is executed on. |
Property Details
createTime
The time that the job execution was created.
createTime?: Date
Property Value
Date
currentAttempts
Number of times the job execution has been attempted.
currentAttempts?: number
Property Value
number
currentAttemptStartTime
Start time of the current attempt.
currentAttemptStartTime?: Date
Property Value
Date
endTime
The time that the job execution completed.
endTime?: Date
Property Value
Date
jobExecutionId
The unique identifier of the job execution.
jobExecutionId?: string
Property Value
string
jobVersion
The job version number.
jobVersion?: number
Property Value
number
lastMessage
The last status or error message.
lastMessage?: string
Property Value
string
lifecycle
The detailed state of the job execution.
lifecycle?: string
Property Value
string
provisioningState
The ARM provisioning state of the job execution.
provisioningState?: string
Property Value
string
startTime
The time that the job execution started.
startTime?: Date
Property Value
Date
stepId
The job step id.
stepId?: number
Property Value
number
stepName
The job step name.
stepName?: string
Property Value
string
target
The target that this execution is executed on.
target?: JobExecutionTarget