Share via


PercentileMetricValue.P90 Property

Definition

Gets the 90th percentile value for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to