DataStatistics.ProcessedData Property

Definition

Gets or sets the number of bytes of data processed till now, as part of the job.

[Newtonsoft.Json.JsonProperty(PropertyName="processedData")]
public long? ProcessedData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processedData")>]
member this.ProcessedData : Nullable<int64> with get, set
Public Property ProcessedData As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to