Share via


QueryMetricProperties.Max Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to