PartitionMetric 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.
The metric values for a single partition.
public class PartitionMetric : Azure.ResourceManager.CosmosDB.Models.CosmosDBBaseMetric, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.PartitionMetric>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.PartitionMetric>
type PartitionMetric = class
inherit CosmosDBBaseMetric
interface IJsonModel<PartitionMetric>
interface IPersistableModel<PartitionMetric>
Public Class PartitionMetric
Inherits CosmosDBBaseMetric
Implements IJsonModel(Of PartitionMetric), IPersistableModel(Of PartitionMetric)
- Inheritance
- Implements
Properties
EndOn |
The end time for the metric (ISO-8601 format). (Inherited from CosmosDBBaseMetric) |
MetricValues |
The metric values for the specified time window and timestep. (Inherited from CosmosDBBaseMetric) |
Name |
The name information for the metric. (Inherited from CosmosDBBaseMetric) |
PartitionId |
The partition id (GUID identifier) of the metric values. |
PartitionKeyRangeId |
The partition key range id (integer identifier) of the metric values. |
StartOn |
The start time for the metric (ISO-8601 format). (Inherited from CosmosDBBaseMetric) |
TimeGrain |
The time grain to be used to summarize the metric values. (Inherited from CosmosDBBaseMetric) |
Unit |
The unit of the metric. (Inherited from CosmosDBBaseMetric) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET