Uses of Enum
com.azure.cosmos.models.PartitionKind
Packages that use PartitionKind
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PartitionKind in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return PartitionKindModifier 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.Methods in com.azure.cosmos.models with parameters of type PartitionKindModifier and TypeMethodDescriptionPartitionKeyDefinition.setKind
(PartitionKind kind) Sets the partition algorithm used to calculate the partition id given a partition key.