public class ClusterKey extends Object
| Constructor and Description |
|---|
ClusterKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get name of the Cosmos DB Cassandra table cluster key.
|
String |
orderBy()
Get order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".
|
ClusterKey |
withName(String name)
Set name of the Cosmos DB Cassandra table cluster key.
|
ClusterKey |
withOrderBy(String orderBy)
Set order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".
|
public String name()
public ClusterKey withName(String name)
name - the name value to setpublic String orderBy()
public ClusterKey withOrderBy(String orderBy)
orderBy - the orderBy value to setCopyright © 2019. All rights reserved.