PercentileMetricValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents percentile metrics values.
public class PercentileMetricValue : Microsoft.Azure.Management.CosmosDB.Fluent.Models.MetricValue
type PercentileMetricValue = class
inherit MetricValue
Public Class PercentileMetricValue
Inherits MetricValue
- Inheritance
Constructors
PercentileMetricValue() |
Initializes a new instance of the PercentileMetricValue class. |
PercentileMetricValue(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the PercentileMetricValue class. |
Properties
_count |
Gets the number of values for the metric. (Inherited from MetricValue) |
Average |
Gets the average value of the metric. (Inherited from MetricValue) |
Maximum |
Gets the max value of the metric. (Inherited from MetricValue) |
Minimum |
Gets the min value of the metric. (Inherited from MetricValue) |
P10 |
Gets the 10th percentile value for the metric. |
P25 |
Gets the 25th percentile value for the metric. |
P50 |
Gets the 50th percentile value for the metric. |
P75 |
Gets the 75th percentile value for the metric. |
P90 |
Gets the 90th percentile value for the metric. |
P95 |
Gets the 95th percentile value for the metric. |
P99 |
Gets the 99th percentile value for the metric. |
Timestamp |
Gets the metric timestamp (ISO-8601 format). (Inherited from MetricValue) |
Total |
Gets the total value of the metric. (Inherited from MetricValue) |
Applies to
Azure SDK for .NET