MicroStrategy ONE

TableSchema

Represents the metadata of table as well as the name of the table.

 

tableName

tableName: string

Name of table.

 

column

column: array<ColumnDefinition>

Metadata of table. Each element in column is a ColumnDefinition object, and represents the metadata of one column in the table.