Class PercentileMetricInner
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.PercentileMetricInner
Percentile Metric data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendTime()Get the endTime property: The end time for the metric (ISO-8601 format).Get the metricValues property: The percentile metric values for the specified time window and timestep.name()Get the name property: The name information for the metric.Get the startTime property: The start time for the metric (ISO-8601 format).Get the timeGrain property: The time grain to be used to summarize the metric values.unit()Get the unit property: The unit of the metric.voidvalidate()Validates the instance.
-
Constructor Details
-
PercentileMetricInner
public PercentileMetricInner()Creates an instance of PercentileMetricInner class.
-
-
Method Details
-
startTime
Get the startTime property: The start time for the metric (ISO-8601 format).- Returns:
- the startTime value.
-
endTime
Get the endTime property: The end time for the metric (ISO-8601 format).- Returns:
- the endTime value.
-
timeGrain
Get the timeGrain property: The time grain to be used to summarize the metric values.- Returns:
- the timeGrain value.
-
unit
Get the unit property: The unit of the metric.- Returns:
- the unit value.
-
name
Get the name property: The name information for the metric.- Returns:
- the name value.
-
metricValues
Get the metricValues property: The percentile metric values for the specified time window and timestep.- Returns:
- the metricValues value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-