PartitionKeyRangeStatistics Class

Definition

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.

Applies to