Class PercentileMetricValue
java.lang.Object
com.azure.resourcemanager.cosmos.models.MetricValue
com.azure.resourcemanager.cosmos.models.PercentileMetricValue
Represents percentile metrics values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionp10()Get the p10 property: The 10th percentile value for the metric.p25()Get the p25 property: The 25th percentile value for the metric.p50()Get the p50 property: The 50th percentile value for the metric.p75()Get the p75 property: The 75th percentile value for the metric.p90()Get the p90 property: The 90th percentile value for the metric.p95()Get the p95 property: The 95th percentile value for the metric.p99()Get the p99 property: The 99th percentile value for the metric.voidvalidate()Validates the instance.
-
Constructor Details
-
PercentileMetricValue
public PercentileMetricValue()Creates an instance of PercentileMetricValue class.
-
-
Method Details
-
p10
Get the p10 property: The 10th percentile value for the metric.- Returns:
- the p10 value.
-
p25
Get the p25 property: The 25th percentile value for the metric.- Returns:
- the p25 value.
-
p50
Get the p50 property: The 50th percentile value for the metric.- Returns:
- the p50 value.
-
p75
Get the p75 property: The 75th percentile value for the metric.- Returns:
- the p75 value.
-
p90
Get the p90 property: The 90th percentile value for the metric.- Returns:
- the p90 value.
-
p95
Get the p95 property: The 95th percentile value for the metric.- Returns:
- the p95 value.
-
p99
Get the p99 property: The 99th percentile value for the metric.- Returns:
- the p99 value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMetricValue- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-