DataStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The additional details related to the data related statistics of a job. Currently applicable only for Backup, Clone and Restore jobs.
public class DataStatistics
type DataStatistics = class
Public Class DataStatistics
- Inheritance
-
DataStatistics
Constructors
DataStatistics() |
Initializes a new instance of the DataStatistics class. |
DataStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the DataStatistics class. |
Properties
CloudData |
Gets or sets the number of bytes of data written to cloud, as part of the job. |
ProcessedData |
Gets or sets the number of bytes of data processed till now, as part of the job. |
Throughput |
Gets or sets the average throughput of data processed(bytes/sec), as part of the job. |
TotalData |
Gets or sets the total bytes of data to be processed, as part of the job. |
Applies to
Azure SDK for .NET