Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
Column |
Column.withName(String name)
Set name of the Cosmos DB Cassandra table column.
|
Column |
Column.withType(String type)
Set type of the Cosmos DB Cassandra table column.
|
Modifier and Type | Method and Description |
---|---|
List<Column> |
CassandraSchema.columns()
Get list of Cassandra table columns.
|
Modifier and Type | Method and Description |
---|---|
CassandraSchema |
CassandraSchema.withColumns(List<Column> columns)
Set list of Cassandra table columns.
|
Copyright © 2019. All rights reserved.