Enum DataSourceType
DataSourceType
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["`DataSourceType` is used to specify the type of data source used within Google Apps Script."],["The enum includes options for unsupported data sources, BigQuery, and Looker."],["To reference a specific data source type, use the syntax: `SpreadsheetApp.DataSourceType.[DataSourceType]`."]]],[]]