QueryMetricProperties.Avg Property

Definition

Gets metric value when avg() aggregate function is used over the interval.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to