DataBoxDiskCopyProgress interface
DataBox Disk Copy Progress
Properties
| actions | Available actions on the job. |
| bytes |
Bytes copied during the copy of disk. |
| error | Error, if any, in the stage |
| percent |
Indicates the percentage completed for the copy of the disk. |
| serial |
The serial number of the disk |
| status | The Status of the copy |
Property Details
actions
Available actions on the job.
actions?: CustomerResolutionCode[]
Property Value
bytesCopied
Bytes copied during the copy of disk.
bytesCopied?: number
Property Value
number
error
percentComplete
Indicates the percentage completed for the copy of the disk.
percentComplete?: number
Property Value
number
serialNumber
The serial number of the disk
serialNumber?: string
Property Value
string
status
The Status of the copy
status?: string
Property Value
string