Enum DataSourceRefreshScope
DataSourceRefreshScope
An enumeration of scopes for refreshes.
To call an enum, you call its parent class, name, and property. For example,
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
.
Properties
Property | Type | Description |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | The data source refresh scope is unsupported. |
ALL_DATA_SOURCES | Enum | The refresh applies to all data sources in the spreadsheet. |
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`DataSourceRefreshScope` is used to define the scope of data refreshes within a spreadsheet."],["You can specify the scope using properties like `ALL_DATA_SOURCES` to refresh all data sources or `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED` if the scope is not supported."],["To use these properties, you need to call them using the parent class followed by the enum name and property like `SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES`."]]],[]]