| Modifier and Type | Method and Description |
|---|---|
ContainerPartitionKey |
ContainerResource.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 |
|---|---|
ContainerResource |
ContainerResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/