Class DataSourceRefreshSchedule

DataSourceRefreshSchedule

访问和修改现有刷新时间表。如需获取所有刷新时间表,请参阅 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