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 : Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricValue, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.PercentileMetricValue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.PercentileMetricValue>
type PercentileMetricValue = class
inherit CosmosDBMetricValue
interface IJsonModel<PercentileMetricValue>
interface IPersistableModel<PercentileMetricValue>
Public Class PercentileMetricValue
Inherits CosmosDBMetricValue
Implements IJsonModel(Of PercentileMetricValue), IPersistableModel(Of PercentileMetricValue)
- Inheritance
- Implements
Properties
Average |
The average value of the metric. (Inherited from CosmosDBMetricValue) |
Count |
The number of values for the metric. (Inherited from CosmosDBMetricValue) |
Maximum |
The max value of the metric. (Inherited from CosmosDBMetricValue) |
Minimum |
The min value of the metric. (Inherited from CosmosDBMetricValue) |
P10 |
The 10th percentile value for the metric. |
P25 |
The 25th percentile value for the metric. |
P50 |
The 50th percentile value for the metric. |
P75 |
The 75th percentile value for the metric. |
P90 |
The 90th percentile value for the metric. |
P95 |
The 95th percentile value for the metric. |
P99 |
The 99th percentile value for the metric. |
Timestamp |
The metric timestamp (ISO-8601 format). (Inherited from CosmosDBMetricValue) |
Total |
The total value of the metric. (Inherited from CosmosDBMetricValue) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from CosmosDBMetricValue) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET