Package version:

The additional details related to the data related statistics of a job. Currently applicable only for Backup, Clone and Restore jobs.

Hierarchy

  • DataStatistics

Properties

cloudData?: number

The number of bytes of data written to cloud, as part of the job.

processedData?: number

The number of bytes of data processed till now, as part of the job.

throughput?: number

The average throughput of data processed(bytes/sec), as part of the job.

totalData?: number

The total bytes of data to be processed, as part of the job.

Generated using TypeDoc