JobExecutionProperties interface

Properties for an Azure SQL Database Elastic job execution.

Properties

createTime

The time that the job execution was created.

currentAttempts

Number of times the job execution has been attempted.

currentAttemptStartTime

Start time of the current attempt.

endTime

The time that the job execution completed.

jobExecutionId

The unique identifier of the job execution.

jobVersion

The job version number.

lastMessage

The last status or error message.

lifecycle

The detailed state of the job execution.

provisioningState

The ARM provisioning state of the job execution.

startTime

The time that the job execution started.

stepId

The job step id.

stepName

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

Property Value