Share via


QueryMetricProperties.Min Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to