Share via


PercentileMetricValue.P99 Property

Definition

Gets the 99th percentile value for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to