Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraSchema
Packages that use CassandraSchema
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CassandraSchema in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CassandraSchemaModifier and TypeMethodDescriptionstatic CassandraSchema
CassandraSchema.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraSchema from the JsonReader.CassandraTableResource.schema()
Get the schema property: Schema of the Cosmos DB Cassandra table.CassandraSchema.withClusterKeys
(List<ClusterKey> clusterKeys) Set the clusterKeys property: List of cluster key.CassandraSchema.withColumns
(List<Column> columns) Set the columns property: List of Cassandra table columns.CassandraSchema.withPartitionKeys
(List<CassandraPartitionKey> partitionKeys) Set the partitionKeys property: List of partition key.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CassandraSchemaModifier and TypeMethodDescriptionCassandraTableGetPropertiesResource.withSchema
(CassandraSchema schema) Set the schema property: Schema of the Cosmos DB Cassandra table.CassandraTableResource.withSchema
(CassandraSchema schema) Set the schema property: Schema of the Cosmos DB Cassandra table.