Class PercentileMetricValue
java.lang.Object
com.microsoft.azure.management.cosmosdb.MetricValue
com.microsoft.azure.management.cosmosdb.PercentileMetricValue
Represents percentile metrics values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionp10()
Get the 10th percentile value for the metric.p25()
Get the 25th percentile value for the metric.p50()
Get the 50th percentile value for the metric.p75()
Get the 75th percentile value for the metric.p90()
Get the 90th percentile value for the metric.p95()
Get the 95th percentile value for the metric.p99()
Get the 99th percentile value for the metric.
-
Constructor Details
-
PercentileMetricValue
public PercentileMetricValue()
-
-
Method Details
-
p10
Get the 10th percentile value for the metric.- Returns:
- the p10 value
-
p25
Get the 25th percentile value for the metric.- Returns:
- the p25 value
-
p50
Get the 50th percentile value for the metric.- Returns:
- the p50 value
-
p75
Get the 75th percentile value for the metric.- Returns:
- the p75 value
-
p90
Get the 90th percentile value for the metric.- Returns:
- the p90 value
-
p95
Get the 95th percentile value for the metric.- Returns:
- the p95 value
-
p99
Get the 99th percentile value for the metric.- Returns:
- the p99 value
-