Enum DataSourceRefreshScope
DataSourceRefreshScope
Enumerasi cakupan untuk refresh.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
.
Properti
Properti | Jenis | Deskripsi |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | Cakupan pembaruan sumber data tidak didukung. |
ALL_DATA_SOURCES | Enum | Pembaruan berlaku untuk semua sumber data di spreadsheet. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 2023-12-02 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`."]]],[]]