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
Subclasses with type arguments of type PartitionKind in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classIndicates the kind of algorithm used for partitioning.Fields in com.azure.resourcemanager.cosmos.models declared as PartitionKindModifier and TypeFieldDescriptionstatic final PartitionKindPartitionKind.HASHStatic value Hash for PartitionKind.static final PartitionKindPartitionKind.MULTI_HASHStatic value MultiHash for PartitionKind.static final PartitionKindPartitionKind.RANGEStatic value Range for PartitionKind.Methods in com.azure.resourcemanager.cosmos.models that return PartitionKindModifier and TypeMethodDescriptionstatic PartitionKindPartitionKind.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.