Uses of Class
com.microsoft.azure.management.cosmosdb.CassandraPartitionKey
-
-
Uses of CassandraPartitionKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return CassandraPartitionKey Modifier and Type Method Description CassandraPartitionKeyCassandraPartitionKey. withName(String name)Set name of the Cosmos DB Cassandra table partition key.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type CassandraPartitionKey Modifier and Type Method Description List<CassandraPartitionKey>CassandraSchema. partitionKeys()Get list of partition key.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type CassandraPartitionKey Modifier and Type Method Description CassandraSchemaCassandraSchema. withPartitionKeys(List<CassandraPartitionKey> partitionKeys)Set list of partition key.
-