MetricValue.Minimum Property

Definition

Gets the min value of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to