public final class PercentileMetricValue extends MetricValue
| Constructor and Description |
|---|
PercentileMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
p10()
Get the p10 property: The 10th percentile value for the metric.
|
Double |
p25()
Get the p25 property: The 25th percentile value for the metric.
|
Double |
p50()
Get the p50 property: The 50th percentile value for the metric.
|
Double |
p75()
Get the p75 property: The 75th percentile value for the metric.
|
Double |
p90()
Get the p90 property: The 90th percentile value for the metric.
|
Double |
p95()
Get the p95 property: The 95th percentile value for the metric.
|
Double |
p99()
Get the p99 property: The 99th percentile value for the metric.
|
void |
validate()
Validates the instance.
|
public Double p10()
public Double p25()
public Double p50()
public Double p75()
public Double p90()
public Double p95()
public Double p99()
public void validate()
validate in class MetricValueIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.