Uses of Class
com.azure.resourcemanager.cosmos.models.Column
-
Packages that use Column Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of Column in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return Column Modifier and Type Method Description ColumnColumn. withName(String name)Set the name property: Name of the Cosmos DB Cassandra table column.ColumnColumn. withType(String type)Set the type property: Type of the Cosmos DB Cassandra table column.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type Column Modifier and Type Method Description List<Column>CassandraSchema. columns()Get the columns property: List of Cassandra table columns.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type Column Modifier and Type Method Description CassandraSchemaCassandraSchema. withColumns(List<Column> columns)Set the columns property: List of Cassandra table columns.
-