ProgressInfo

ProgressInfo
ProgressInfo

Represents the current instance progress information.

JSON Example
{
    "bytesToTransfer": 1000,
    "bytesTransferred": 400,
    "checksumComparedBytes": 1000,
    "checksumTotalBytes": 1000,
    "progress": 40
}
integer As int64 As int64
bytesToTransfer
Optional

The total number of bytes to be transferred.

integer As int64 As int64
bytesTransferred
Optional

Number of bytes transferred until now.

integer As int64 As int64
checksumComparedBytes
Optional

(Present only for sync tasks) The total number of bytes that were checksummed.

integer As int64 As int64
checksumTotalBytes
Optional

(Present only for sync tasks) The total number of bytes to perform checksum on. This is the total size of all disks.

integer As int32 As int32
progress
Optional

An estimation of the operation progress as a percentage completed from 0 to 100.