Show / Hide Table of Contents

Class DataSourceSpec

This specifies the details of the data source. For example, for BigQuery, this specifies information about the BigQuery source.

Inheritance
object
DataSourceSpec
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 DataSourceSpec : IDirectResponseSchema

Properties

BigQuery

A BigQueryDataSourceSpec.

Declaration
[JsonProperty("bigQuery")]
public virtual BigQueryDataSourceSpec BigQuery { get; set; }
Property Value
Type Description
BigQueryDataSourceSpec

ETag

The ETag of the item.

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

Looker

A LookerDatasourceSpec.

Declaration
[JsonProperty("looker")]
public virtual LookerDataSourceSpec Looker { get; set; }
Property Value
Type Description
LookerDataSourceSpec

Parameters

The parameters of the data source, used when querying the data source.

Declaration
[JsonProperty("parameters")]
public virtual IList<DataSourceParameter> Parameters { get; set; }
Property Value
Type Description
IList<DataSourceParameter>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX