| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PartitionKind |
PartitionKind.HASH
Static value Hash for PartitionKind.
|
static PartitionKind |
PartitionKind.RANGE
Static value Range for PartitionKind.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionKind |
PartitionKind.fromString(String name)
Creates or finds a PartitionKind from its string representation.
|
PartitionKind |
ContainerPartitionKey.kind()
Get the kind property: Indicates the kind of algorithm used for partitioning.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPartitionKey |
ContainerPartitionKey.withKind(PartitionKind kind)
Set the kind property: Indicates the kind of algorithm used for partitioning.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.