DataBoxDiskCopyProgress interface
DataBox Disk Copy Progress
Properties
| actions | Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server. |
| bytes |
Bytes copied during the copy of disk. NOTE: This property will not be serialized. It can only be populated by the server. |
| error | Error, if any, in the stage NOTE: This property will not be serialized. It can only be populated by the server. |
| percent |
Indicates the percentage completed for the copy of the disk. NOTE: This property will not be serialized. It can only be populated by the server. |
| serial |
The serial number of the disk NOTE: This property will not be serialized. It can only be populated by the server. |
| status | The Status of the copy NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
actions
Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server.
actions?: CustomerResolutionCode[]
Property Value
bytesCopied
Bytes copied during the copy of disk. NOTE: This property will not be serialized. It can only be populated by the server.
bytesCopied?: number
Property Value
number
error
Error, if any, in the stage NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudError
Property Value
percentComplete
Indicates the percentage completed for the copy of the disk. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
serialNumber
The serial number of the disk NOTE: This property will not be serialized. It can only be populated by the server.
serialNumber?: string
Property Value
string
status
The Status of the copy NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string