Class TableInfo
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
TableDefinition
The options for the table.
[JsonPropertyName("definition")]
public TableDefinition TableDefinition { get; set; }