Class Column
- java.lang.Object
-
- com.microsoft.azure.management.cosmosdb.Column
-
public class Column extends Object
Cosmos DB Cassandra table column.
-
-
Constructor Summary
Constructors Constructor Description Column()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get name of the Cosmos DB Cassandra table column.Stringtype()Get type of the Cosmos DB Cassandra table column.ColumnwithName(String name)Set name of the Cosmos DB Cassandra table column.ColumnwithType(String type)Set type of the Cosmos DB Cassandra table column.
-
-
-
Method Detail
-
name
public String name()
Get name of the Cosmos DB Cassandra table column.- Returns:
- the name value
-
withName
public Column withName(String name)
Set name of the Cosmos DB Cassandra table column.- Parameters:
name- the name value to set- Returns:
- the Column object itself.
-
type
public String type()
Get type of the Cosmos DB Cassandra table column.- Returns:
- the type value
-
-