DataStatistics.Throughput Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to