Uses of Class
com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
Package
Description
This package contains the classes for CosmosDB.
-
Uses of ContainerPartitionKey in com.microsoft.azure.management.cosmosdb
Modifier 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.Modifier 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.