| Package | Description |
|---|---|
| com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
| 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 © 2019. All rights reserved.