Uses of Class
com.azure.resourcemanager.cosmos.models.Column
Packages that use Column
Package
Description
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 ColumnModifier and TypeMethodDescriptionstatic Column
Column.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Column from the JsonReader.Set the name property: Name of the Cosmos DB Cassandra table column.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 ColumnModifier and TypeMethodDescriptionCassandraSchema.columns()
Get the columns property: List of Cassandra table columns.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ColumnModifier and TypeMethodDescriptionCassandraSchema.withColumns
(List<Column> columns) Set the columns property: List of Cassandra table columns.