Uses of Class
com.microsoft.azure.management.cosmosdb.PartitionKind
Package
Description
This package contains the classes for CosmosDB.
-
Uses of PartitionKind in com.microsoft.azure.management.cosmosdb
Modifier and TypeFieldDescriptionstatic final PartitionKind
PartitionKind.HASH
Static value Hash for PartitionKind.static final PartitionKind
PartitionKind.RANGE
Static value Range for PartitionKind.Modifier and TypeMethodDescriptionstatic PartitionKind
PartitionKind.fromString
(String name) Creates or finds a PartitionKind from its string representation.ContainerPartitionKey.kind()
Get indicates the kind of algorithm used for partitioning.Modifier and TypeMethodDescriptionContainerPartitionKey.withKind
(PartitionKind kind) Set indicates the kind of algorithm used for partitioning.