QueryMetricProperties.Stdev Property

Definition

Gets metric value when stdev aggregate function is used over the interval.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to