Uses of Class
com.microsoft.azure.management.cosmosdb.PartitionKind
-
-
Uses of PartitionKind in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as PartitionKind Modifier and Type Field Description static PartitionKindPartitionKind. HASHStatic value Hash for PartitionKind.static PartitionKindPartitionKind. RANGEStatic value Range for PartitionKind.Methods in com.microsoft.azure.management.cosmosdb 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 indicates the kind of algorithm used for partitioning.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type PartitionKind Modifier and Type Method Description static Collection<PartitionKind>PartitionKind. values()Methods in com.microsoft.azure.management.cosmosdb with parameters of type PartitionKind Modifier and Type Method Description ContainerPartitionKeyContainerPartitionKey. withKind(PartitionKind kind)Set indicates the kind of algorithm used for partitioning.
-