Table of Contents

Class TableInfo

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Metadata describing a Table.

public class TableInfo
Inheritance
TableInfo
Inherited Members

Properties

Name

The name of the table.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

TableDefinition

The options for the table.

[JsonPropertyName("definition")]
public TableDefinition TableDefinition { get; set; }

Property Value

TableDefinition