OperationStatusResult interface
The current status of an async operation.
Properties
end |
The end time of the operation. |
error | If present, details of the operation error. |
id | Fully qualified ID for the async operation. |
name | Name of the async operation. |
operations | The operations list. |
percent |
Percent of the operation that is complete. |
start |
The start time of the operation. |
status | Operation status. |
Property Details
endTime
The end time of the operation.
endTime?: Date
Property Value
Date
error
id
Fully qualified ID for the async operation.
id?: string
Property Value
string
name
Name of the async operation.
name?: string
Property Value
string
operations
percentComplete
Percent of the operation that is complete.
percentComplete?: number
Property Value
number
startTime
The start time of the operation.
startTime?: Date
Property Value
Date
status
Operation status.
status: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript