Uses of Class
com.azure.data.cosmos.PartitionKind
-
Packages that use PartitionKind Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of PartitionKind in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return PartitionKind Modifier and Type Method Description PartitionKind
PartitionKeyDefinition. kind()
Sets the partition algorithm used to calculate the partition id given a partition key.static PartitionKind
PartitionKind. valueOf(String name)
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.data.cosmos with parameters of type PartitionKind Modifier and Type Method Description PartitionKeyDefinition
PartitionKeyDefinition. kind(PartitionKind kind)
Sets the partition algorithm used to calculate the partition id given a partition key.
-