OperationResource interface
An operation
Properties
| end |
Operation start time |
| error | Errors from the operation |
| id | Operation ID |
| name | Operation name |
| percent |
Completion percentage of the operation |
| properties | Operation properties |
| start |
Operation start time |
| status | Operation status |
Property Details
endTime
Operation start time
endTime?: Date
Property Value
Date
error
id
Operation ID
id?: string
Property Value
string
name
Operation name
name?: string
Property Value
string
percentComplete
Completion percentage of the operation
percentComplete?: number
Property Value
number
properties
Operation properties
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
startTime
Operation start time
startTime?: Date
Property Value
Date
status
Operation status
status?: string
Property Value
string