Class Column
java.lang.Object
com.microsoft.azure.management.cosmosdb.Column
Cosmos DB Cassandra table column.
- 
Constructor Details- 
Columnpublic Column()
 
- 
- 
Method Details- 
nameGet name of the Cosmos DB Cassandra table column.- Returns:
- the name value
 
- 
withNameSet name of the Cosmos DB Cassandra table column.- Parameters:
- name- the name value to set
- Returns:
- the Column object itself.
 
- 
typeGet type of the Cosmos DB Cassandra table column.- Returns:
- the type value
 
- 
withTypeSet type of the Cosmos DB Cassandra table column.- Parameters:
- type- the type value to set
- Returns:
- the Column object itself.
 
 
-