Show / Hide Table of Contents

Class BigQueryTableSpec

Specifies a BigQuery table definition. Only native tables are allowed.

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

Properties

DatasetId

The BigQuery dataset id.

Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { 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

TableId

The BigQuery table id.

Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type Description
string

TableProjectId

The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.

Declaration
[JsonProperty("tableProjectId")]
public virtual string TableProjectId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX