Table of Contents

Class Column

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string

Name of the Cosmos DB Cassandra table column

type string

Type 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

string

Type

Gets or sets type of the Cosmos DB Cassandra table column

public string Type { get; set; }

Property Value

string