| Modifier and Type | Method and Description |
|---|---|
CassandraSchema |
CassandraTableResource.schema()
Get schema of the Cosmos DB Cassandra table.
|
CassandraSchema |
CassandraSchema.withClusterKeys(List<ClusterKey> clusterKeys)
Set list of cluster key.
|
CassandraSchema |
CassandraSchema.withColumns(List<Column> columns)
Set list of Cassandra table columns.
|
CassandraSchema |
CassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys)
Set list of partition key.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraTableResource |
CassandraTableResource.withSchema(CassandraSchema schema)
Set schema of the Cosmos DB Cassandra table.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/