Show / Hide Table of Contents

Class DataSourceRefreshSchedule

Schedule for refreshing the data source. Data sources in the spreadsheet are refreshed within a time interval. You can specify the start time by clicking the Scheduled Refresh button in the Sheets editor, but the interval is fixed at 4 hours. For example, if you specify a start time of 8 AM , the refresh will take place between 8 AM and 12 PM every day.

Inheritance
object
DataSourceRefreshSchedule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DataSourceRefreshSchedule : IDirectResponseSchema

Properties

DailySchedule

Daily refresh schedule.

Declaration
[JsonProperty("dailySchedule")]
public virtual DataSourceRefreshDailySchedule DailySchedule { get; set; }
Property Value
Type Description
DataSourceRefreshDailySchedule

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

True if the refresh schedule is enabled, or false otherwise.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

MonthlySchedule

Monthly refresh schedule.

Declaration
[JsonProperty("monthlySchedule")]
public virtual DataSourceRefreshMonthlySchedule MonthlySchedule { get; set; }
Property Value
Type Description
DataSourceRefreshMonthlySchedule

NextRun

Output only. The time interval of the next run.

Declaration
[JsonProperty("nextRun")]
public virtual Interval NextRun { get; set; }
Property Value
Type Description
Interval

RefreshScope

The scope of the refresh. Must be ALL_DATA_SOURCES.

Declaration
[JsonProperty("refreshScope")]
public virtual string RefreshScope { get; set; }
Property Value
Type Description
string

WeeklySchedule

Weekly refresh schedule.

Declaration
[JsonProperty("weeklySchedule")]
public virtual DataSourceRefreshWeeklySchedule WeeklySchedule { get; set; }
Property Value
Type Description
DataSourceRefreshWeeklySchedule

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX