| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPartitionKey |
GremlinGraphResource.partitionKey()
Get the partitionKey property: The configuration of the partition key to be used for partitioning data into
multiple partitions.
|
ContainerPartitionKey |
SqlContainerResource.partitionKey()
Get the partitionKey property: The configuration of the partition key to be used for partitioning data into
multiple partitions.
|
ContainerPartitionKey |
ContainerPartitionKey.withKind(PartitionKind kind)
Set the kind property: Indicates the kind of algorithm used for partitioning.
|
ContainerPartitionKey |
ContainerPartitionKey.withPaths(List<String> paths)
Set the paths property: List of paths using which data within the container can be partitioned.
|
ContainerPartitionKey |
ContainerPartitionKey.withVersion(Integer version)
Set the version property: Indicates the version of the partition key definition.
|
| Modifier and Type | Method and Description |
|---|---|
GremlinGraphResource |
GremlinGraphResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the partitionKey property: The configuration of the partition key to be used for partitioning data into
multiple partitions.
|
SqlContainerResource |
SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the partitionKey property: The configuration of the partition key to be used for partitioning data into
multiple partitions.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.