Uses of Enum
com.azure.cosmos.models.PartitionKind
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PartitionKind in com.azure.cosmos.models
Modifier and TypeMethodDescriptionPartitionKeyDefinition.getKind()
Sets the partition algorithm used to calculate the partition id given a partition key.static PartitionKind
Returns the enum constant of this type with the specified name.static PartitionKind[]
PartitionKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPartitionKeyDefinition.setKind
(PartitionKind kind) Sets the partition algorithm used to calculate the partition id given a partition key.