MetricValue.Average Property

Definition

Gets the average value of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to