Uses of Class
com.azure.resourcemanager.cosmos.models.PartitionKind
Packages that use PartitionKind
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of PartitionKind in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as PartitionKindModifier and TypeFieldDescriptionstatic final PartitionKind
PartitionKind.HASH
Static value Hash for PartitionKind.static final PartitionKind
PartitionKind.MULTI_HASH
Static value MultiHash for PartitionKind.static final PartitionKind
PartitionKind.RANGE
Static value Range for PartitionKind.Methods in com.azure.resourcemanager.cosmos.models that return PartitionKindModifier and TypeMethodDescriptionstatic PartitionKind
PartitionKind.fromString
(String name) Creates or finds a PartitionKind from its string representation.ContainerPartitionKey.kind()
Get the kind property: Indicates the kind of algorithm used for partitioning.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PartitionKindModifier and TypeMethodDescriptionstatic Collection
<PartitionKind> PartitionKind.values()
Gets known PartitionKind values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type PartitionKindModifier and TypeMethodDescriptionContainerPartitionKey.withKind
(PartitionKind kind) Set the kind property: Indicates the kind of algorithm used for partitioning.