Uses of Class
com.microsoft.azure.management.cosmosdb.CassandraSchema
Package
Description
This package contains the classes for CosmosDB.
-
Uses of CassandraSchema in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionCassandraTableResource.schema()
Get schema of the Cosmos DB Cassandra table.CassandraSchema.withClusterKeys
(List<ClusterKey> clusterKeys) Set list of cluster key.CassandraSchema.withColumns
(List<Column> columns) Set list of Cassandra table columns.CassandraSchema.withPartitionKeys
(List<CassandraPartitionKey> partitionKeys) Set list of partition key.Modifier and TypeMethodDescriptionCassandraTableResource.withSchema
(CassandraSchema schema) Set schema of the Cosmos DB Cassandra table.