DataStatistics interface
The additional details related to the data related statistics of a job. Currently applicable only for Backup, Clone and Restore jobs.
Properties
cloud |
The number of bytes of data written to cloud, as part of the job. |
processed |
The number of bytes of data processed till now, as part of the job. |
throughput | The average throughput of data processed(bytes/sec), as part of the job. |
total |
The total bytes of data to be processed, as part of the job. |
Property Details
cloudData
The number of bytes of data written to cloud, as part of the job.
cloudData?: number
Property Value
number
processedData
The number of bytes of data processed till now, as part of the job.
processedData?: number
Property Value
number
throughput
The average throughput of data processed(bytes/sec), as part of the job.
throughput?: number
Property Value
number
totalData
The total bytes of data to be processed, as part of the job.
totalData?: number
Property Value
number
Azure SDK for JavaScript