Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
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 indicates the kind of algorithm used for partitioning.
|
Modifier and Type | Method and Description |
---|---|
static Collection<PartitionKind> |
PartitionKind.values() |
Modifier and Type | Method and Description |
---|---|
ContainerPartitionKey |
ContainerPartitionKey.withKind(PartitionKind kind)
Set indicates the kind of algorithm used for partitioning.
|
Copyright © 2019. All rights reserved.