Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataStatistics

Package version

interface

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

Hierarchy

  • DataStatistics

Index

Properties

Optional cloudData

cloudData: undefined | number
member

{number} [cloudData] The number of bytes of data written to cloud, as part of the job.

Optional processedData

processedData: undefined | number
member

{number} [processedData] The number of bytes of data processed till now, as part of the job.

Optional throughput

throughput: undefined | number
member

{number} [throughput] The average throughput of data processed(bytes/sec), as part of the job.

Optional totalData

totalData: undefined | number
member

{number} [totalData] The total bytes of data to be processed, as part of the job.

Generated using TypeDoc