DiagnosticMetricSample.Maximum Property

Definition

Gets or sets maximum of the metric sampled during the time period

[Newtonsoft.Json.JsonProperty(PropertyName="maximum")]
public double? Maximum { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maximum")>]
member this.Maximum : Nullable<double> with get, set
Public Property Maximum As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to