Share via


JobStatistics.ReadIOGiB Property

Definition

Gets or sets the total amount of data in GiB read from disk by all Tasks in the Job.

[Newtonsoft.Json.JsonProperty(PropertyName="readIOGiB")]
public double ReadIOGiB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readIOGiB")>]
member this.ReadIOGiB : double with get, set
Public Property ReadIOGiB As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to