Class BigQueryDataSourceSpec
The specification of a BigQuery data source that's connected to a sheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BigQueryDataSourceSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
The ID of a BigQuery enabled Google Cloud project with a billing account attached. For any queries executed against the data source, the project is charged.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
QuerySpec
A BigQueryQuerySpec.
Declaration
[JsonProperty("querySpec")]
public virtual BigQueryQuerySpec QuerySpec { get; set; }
Property Value
Type | Description |
---|---|
BigQueryQuerySpec |
TableSpec
A BigQueryTableSpec.
Declaration
[JsonProperty("tableSpec")]
public virtual BigQueryTableSpec TableSpec { get; set; }
Property Value
Type | Description |
---|---|
BigQueryTableSpec |