Share via


TaskStatistics.ReadIOGiB Property

Definition

Gets or sets the total gibibytes read from disk by the Task.

[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