Uses of Class
com.microsoft.azure.management.cosmosdb.Column
-
-
Uses of Column in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return Column Modifier and Type Method Description ColumnColumn. withName(String name)Set name of the Cosmos DB Cassandra table column.ColumnColumn. withType(String type)Set type of the Cosmos DB Cassandra table column.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type Column Modifier and Type Method Description List<Column>CassandraSchema. columns()Get list of Cassandra table columns.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type Column Modifier and Type Method Description CassandraSchemaCassandraSchema. withColumns(List<Column> columns)Set list of Cassandra table columns.
-