Uses of Class
com.microsoft.azure.management.cosmosdb.ClusterKey
-
-
Uses of ClusterKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ClusterKey Modifier and Type Method Description ClusterKeyClusterKey. withName(String name)Set name of the Cosmos DB Cassandra table cluster key.ClusterKeyClusterKey. withOrderBy(String orderBy)Set order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type ClusterKey Modifier and Type Method Description List<ClusterKey>CassandraSchema. clusterKeys()Get list of cluster key.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type ClusterKey Modifier and Type Method Description CassandraSchemaCassandraSchema. withClusterKeys(List<ClusterKey> clusterKeys)Set list of cluster key.
-