OperationStatus interface
Operation status object
Properties
end |
End time of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
error | Error details. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Operation Id NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Start time of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
status | Operation status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTime
End time of the operation NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
error
Error details. NOTE: This property will not be serialized. It can only be populated by the server.
error?: StorageSyncApiError
Property Value
name
Operation Id NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
startTime
Start time of the operation NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
Operation status NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string