Uses of Class
com.microsoft.azure.management.cosmosdb.CassandraSchema
Packages that use CassandraSchema
Package
Description
This package contains the classes for CosmosDB.
-
Uses of CassandraSchema in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return CassandraSchemaModifier 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.Methods in com.microsoft.azure.management.cosmosdb with parameters of type CassandraSchemaModifier and TypeMethodDescriptionCassandraTableResource.withSchema(CassandraSchema schema) Set schema of the Cosmos DB Cassandra table.