Uses of Class
com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
Packages that use ContainerPartitionKey
Package
Description
This package contains the classes for CosmosDB.
-
Uses of ContainerPartitionKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ContainerPartitionKeyModifier and TypeMethodDescriptionGremlinGraphResource.partitionKey()
Get the configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.partitionKey()
Get the configuration of the partition key to be used for partitioning data into multiple partitions.ContainerPartitionKey.withKind
(PartitionKind kind) Set indicates the kind of algorithm used for partitioning.Set list of paths using which data within the container can be partitioned.ContainerPartitionKey.withVersion
(Integer version) Set indicates the version of the partition key definition.Methods in com.microsoft.azure.management.cosmosdb with parameters of type ContainerPartitionKeyModifier and TypeMethodDescriptionGremlinGraphResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the configuration of the partition key to be used for partitioning data into multiple partitions.