PartitionKeyRangeStatistics 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 statistics for a partition key range in the Azure Cosmos DB service.
public sealed class PartitionKeyRangeStatistics
type PartitionKeyRangeStatistics = class
Public NotInheritable Class PartitionKeyRangeStatistics
- Inheritance
-
PartitionKeyRangeStatistics
Remarks
For usage, please refer to the example in PartitionKeyRangeStatistics.
Constructors
PartitionKeyRangeStatistics() |
Properties
DocumentCount |
Gets the document count of a partition key range in the Azure Cosmos DB service. |
PartitionKeyRangeId |
Gets the ID of a partition key range in the Azure Cosmos DB service. |
PartitionKeyStatistics |
Gets the partition key statistics for a partition key range in the Azure Cosmos DB service. |
SizeInKB |
Gets the size in KB of a partition key range in the Azure Cosmos DB service. |
Methods
ToString() |
Gets the stringified version of PartitionKeyRangeStatistics object in the Azure Cosmos DB service. |