Class DataSource
Information about an external data source in the spreadsheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DataSource : IDirectResponseSchema
Properties
CalculatedColumns
All calculated columns in the data source.
Declaration
[JsonProperty("calculatedColumns")]
public virtual IList<DataSourceColumn> CalculatedColumns { get; set; }
Property Value
Type | Description |
---|---|
IList<DataSourceColumn> |
DataSourceId
The spreadsheet-scoped unique ID that identifies the data source. Example: 1080547365.
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 |
SheetId
The ID of the Sheet connected with the data source. The field cannot be changed once set. When creating a data source, an associated DATA_SOURCE sheet is also created, if the field is not specified, the ID of the created sheet will be randomly generated.
Declaration
[JsonProperty("sheetId")]
public virtual int? SheetId { get; set; }
Property Value
Type | Description |
---|---|
int? |
Spec
The DataSourceSpec for the data source connected with this spreadsheet.
Declaration
[JsonProperty("spec")]
public virtual DataSourceSpec Spec { get; set; }
Property Value
Type | Description |
---|---|
DataSourceSpec |