Share via


TaskStatistics.WriteIOps Property

Definition

Gets or sets the total number of disk write operations made by the Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to