Uses of Class
com.azure.resourcemanager.cosmos.models.PartitionKind
-
Packages that use PartitionKind Package Description com.azure.resourcemanager.cosmos.models 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 PartitionKind Modifier and Type Field Description static PartitionKindPartitionKind. HASHStatic value Hash for PartitionKind.static PartitionKindPartitionKind. MULTI_HASHStatic value MultiHash for PartitionKind.static PartitionKindPartitionKind. RANGEStatic value Range for PartitionKind.Methods in com.azure.resourcemanager.cosmos.models that return PartitionKind Modifier and Type Method Description static PartitionKindPartitionKind. fromString(String name)Creates or finds a PartitionKind from its string representation.PartitionKindContainerPartitionKey. 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 PartitionKind Modifier and Type Method Description static Collection<PartitionKind>PartitionKind. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type PartitionKind Modifier and Type Method Description ContainerPartitionKeyContainerPartitionKey. withKind(PartitionKind kind)Set the kind property: Indicates the kind of algorithm used for partitioning.
-