| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraSchema |
CassandraTableResource.schema()
Get the schema property: Schema of the Cosmos DB Cassandra table.
|
CassandraSchema |
CassandraSchema.withClusterKeys(List<ClusterKey> clusterKeys)
Set the clusterKeys property: List of cluster key.
|
CassandraSchema |
CassandraSchema.withColumns(List<Column> columns)
Set the columns property: List of Cassandra table columns.
|
CassandraSchema |
CassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys)
Set the partitionKeys property: List of partition key.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraTableResource |
CassandraTableResource.withSchema(CassandraSchema schema)
Set the schema property: Schema of the Cosmos DB Cassandra table.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.