Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraSchema
-
Packages that use CassandraSchema Package Description com.azure.resourcemanager.cosmos.models 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 CassandraSchema Modifier and Type Method Description CassandraSchemaCassandraTableResource. schema()Get the schema property: Schema of the Cosmos DB Cassandra table.CassandraSchemaCassandraSchema. withClusterKeys(List<ClusterKey> clusterKeys)Set the clusterKeys property: List of cluster key.CassandraSchemaCassandraSchema. withColumns(List<Column> columns)Set the columns property: List of Cassandra table columns.CassandraSchemaCassandraSchema. withPartitionKeys(List<CassandraPartitionKey> partitionKeys)Set the partitionKeys property: List of partition key.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CassandraSchema Modifier and Type Method Description CassandraTableGetPropertiesResourceCassandraTableGetPropertiesResource. withSchema(CassandraSchema schema)Set the schema property: Schema of the Cosmos DB Cassandra table.CassandraTableResourceCassandraTableResource. withSchema(CassandraSchema schema)Set the schema property: Schema of the Cosmos DB Cassandra table.
-