MetricValue.Average Property

Definition

Gets or sets the average value in the time range.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to