Class Column
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Cosmos DB Cassandra table column
public class Column
- Inheritance
-
Column
- Inherited Members
Constructors
Column()
Initializes a new instance of the Column class.
public Column()
Column(string, string)
Initializes a new instance of the Column class.
public Column(string name = null, string type = null)
Parameters
name
stringName of the Cosmos DB Cassandra table column
type
stringType of the Cosmos DB Cassandra table column
Properties
Name
Gets or sets name of the Cosmos DB Cassandra table column
public string Name { get; set; }
Property Value
Type
Gets or sets type of the Cosmos DB Cassandra table column
public string Type { get; set; }