ExpansionJobPropertiesStatus interface
The status of the expansion job.
Properties
| completion |
The time (in UTC) when the expansion job completed. Only populated when job reaches a terminal state. |
| percent |
The percentage of expansion job completion. |
| start |
The time (in UTC) the expansion job started. |
| state | The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back. |
| status |
Server-defined status code for expansion job. |
| status |
Server-defined status message for expansion job. |
Property Details
completionTimeUTC
The time (in UTC) when the expansion job completed. Only populated when job reaches a terminal state.
completionTimeUTC?: Date
Property Value
Date
percentComplete
The percentage of expansion job completion.
percentComplete?: number
Property Value
number
startTimeUTC
The time (in UTC) the expansion job started.
startTimeUTC?: Date
Property Value
Date
state
The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.
state?: string
Property Value
string
statusCode
Server-defined status code for expansion job.
statusCode?: string
Property Value
string
statusMessage
Server-defined status message for expansion job.
statusMessage?: string
Property Value
string