Uses of Class
com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
-
-
Uses of ContainerPartitionKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ContainerPartitionKey Modifier and Type Method Description ContainerPartitionKeyContainerResource. partitionKey()Get the configuration of the partition key to be used for partitioning data into multiple partitions.ContainerPartitionKeyContainerPartitionKey. withKind(PartitionKind kind)Set indicates the kind of algorithm used for partitioning.ContainerPartitionKeyContainerPartitionKey. withPaths(List<String> paths)Set list of paths using which data within the container can be partitioned.Methods in com.microsoft.azure.management.cosmosdb with parameters of type ContainerPartitionKey Modifier and Type Method Description ContainerResourceContainerResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the configuration of the partition key to be used for partitioning data into multiple partitions.
-