LocationOperationStatus 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. |
id | Operation resource Id 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. |
percent |
Percent complete. 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
id
Operation resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Operation Id NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
percentComplete
Percent complete. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
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