An enumeration of data source types.
To call an enum, you call its parent class, name, and property. For example,
SpreadsheetApp.DataSourceType.BIGQUERY
.
Properties
Property | Type | Description |
---|---|---|
DATA_SOURCE_TYPE_UNSUPPORTED | Enum | A data source type that is not supported in Apps Script. |
BIGQUERY | Enum | A BigQuery data source. |
LOOKER | Enum | A Looker data source. |