Type Alias DataTable

type DataTable = {
    qLogicalName?: string;
    qName?: string;
    qType?: string;
}
Index
qLogicalName?: string

Logical name of the table. Used by nested Parquet tables.

qName?: string

Name of the table.

qType?: string

Type of the table. For example: Table or View.