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 8am , the refresh will take place between 8am and 12pm every day.
Inheritance
System.Object
DataSourceRefreshSchedule
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
Enabled
True if the refresh schedule is enabled, or false otherwise.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
---|---|
System.String |
WeeklySchedule
Weekly refresh schedule.
Declaration
[JsonProperty("weeklySchedule")]
public virtual DataSourceRefreshWeeklySchedule WeeklySchedule { get; set; }
Property Value
Type | Description |
---|---|
DataSourceRefreshWeeklySchedule |