Uses of Class
com.microsoft.azure.management.cosmosdb.CassandraSchema
-
-
Uses of CassandraSchema in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return CassandraSchema Modifier and Type Method Description CassandraSchemaCassandraTableResource. schema()Get schema of the Cosmos DB Cassandra table.CassandraSchemaCassandraSchema. withClusterKeys(List<ClusterKey> clusterKeys)Set list of cluster key.CassandraSchemaCassandraSchema. withColumns(List<Column> columns)Set list of Cassandra table columns.CassandraSchemaCassandraSchema. withPartitionKeys(List<CassandraPartitionKey> partitionKeys)Set list of partition key.Methods in com.microsoft.azure.management.cosmosdb with parameters of type CassandraSchema Modifier and Type Method Description CassandraTableResourceCassandraTableResource. withSchema(CassandraSchema schema)Set schema of the Cosmos DB Cassandra table.
-