| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/