Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
ContainerPartitionKey |
SqlContainerResource.partitionKey()
Get the configuration of the partition key to be used for partitioning data into multiple partitions.
|
ContainerPartitionKey |
GremlinGraphResource.partitionKey()
Get the configuration of the partition key to be used for partitioning data into multiple partitions.
|
ContainerPartitionKey |
ContainerPartitionKey.withKind(PartitionKind kind)
Set indicates the kind of algorithm used for partitioning.
|
ContainerPartitionKey |
ContainerPartitionKey.withPaths(List<String> paths)
Set list of paths using which data within the container can be partitioned.
|
Modifier and Type | Method and Description |
---|---|
SqlContainerResource |
SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
|
GremlinGraphResource |
GremlinGraphResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
|
Copyright © 2019. All rights reserved.