存取及修改現有的重新整理排程。如要取得所有重新整理時間表,請參閱 Spreadsheet.getDataSourceRefreshSchedules()
。
請僅將這個類別用於連結至資料庫的資料。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getFrequency() | DataSourceRefreshScheduleFrequency | 取得重新整理排程頻率,指定重新整理的頻率和時間。 |
getScope() | DataSourceRefreshScope | 取得這項重新整理排程的範圍。 |
getTimeIntervalOfNextRun() | TimeInterval | 取得此重新整理排程的下次執行時間範圍。 |
isEnabled() | Boolean | 決定是否要啟用這項重新整理排程。 |
內容詳盡的說明文件
getFrequency()
取得重新整理排程頻率,指定重新整理的頻率和時間。
回攻員
DataSourceRefreshScheduleFrequency
:重新整理排程頻率。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getScope()
取得這項重新整理排程的範圍。
回攻員
DataSourceRefreshScope
:重新整理範圍。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getTimeIntervalOfNextRun()
取得此重新整理排程的下次執行時間範圍。只有在啟用這個重新整理時間表的情況下,才會套用這項設定。
回攻員
TimeInterval
:下次執行的時間範圍。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
isEnabled()
決定是否要啟用這項重新整理排程。
回攻員
Boolean
:是否啟用這項重新整理排程。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets