DataModelTable

DataModelTable class

Represents properties of a single table in spreadsheet data model.

class DataModelTable;

Properties

PropertyTypeDescription
idstringReadonly. Gets the id of the data model table.
namestringReadonly. Gets the name of the data model table.
connectionNamestringReadonly. Gets the connection name of the data model table.

id

Readonly. Gets the id of the data model table.

id : string;

name

Readonly. Gets the name of the data model table.

name : string;

connectionName

Readonly. Gets the connection name of the data model table.

connectionName : string;