Class CancelDataSourceRefreshRequest
Cancels one or multiple refreshes of data source objects in the spreadsheet by the specified references. The
request requires an additional bigquery.readonly
OAuth scope if you are cancelling a refresh on a BigQuery
data source.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class CancelDataSourceRefreshRequest : IDirectResponseSchema
Properties
DataSourceId
Reference to a DataSource. If specified, cancels all associated data source object refreshes for this data source.
Declaration
[JsonProperty("dataSourceId")]
public virtual string DataSourceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsAll
Cancels all existing data source object refreshes for all data sources in the spreadsheet.
Declaration
[JsonProperty("isAll")]
public virtual bool? IsAll { get; set; }
Property Value
Type | Description |
---|---|
bool? |
References
References to data source objects whose refreshes are to be cancelled.
Declaration
[JsonProperty("references")]
public virtual DataSourceObjectReferences References { get; set; }
Property Value
Type | Description |
---|---|
DataSourceObjectReferences |