Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
ClusterKey |
ClusterKey.withName(String name)
Set name of the Cosmos DB Cassandra table cluster key.
|
ClusterKey |
ClusterKey.withOrderBy(String orderBy)
Set order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".
|
Modifier and Type | Method and Description |
---|---|
List<ClusterKey> |
CassandraSchema.clusterKeys()
Get list of cluster key.
|
Modifier and Type | Method and Description |
---|---|
CassandraSchema |
CassandraSchema.withClusterKeys(List<ClusterKey> clusterKeys)
Set list of cluster key.
|
Copyright © 2019. All rights reserved.