Data Analytics API with Gemini v1beta API - Class BigQueryJob (1.0.0-beta01)

public sealed class BigQueryJob : IMessage<BigQueryJob>, IEquatable<BigQueryJob>, IDeepCloneable<BigQueryJob>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class BigQueryJob.

A BigQuery job executed by the system.

Inheritance

object > BigQueryJob

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

BigQueryJob()

public BigQueryJob()

BigQueryJob(BigQueryJob)

public BigQueryJob(BigQueryJob other)
Parameter
Name Description
other BigQueryJob

Properties

DestinationTable

public BigQueryTableReference DestinationTable { get; set; }

Optional. A reference to the destination table of the job's query results.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery

Property Value
Type Description
BigQueryTableReference

JobId

public string JobId { get; set; }
Property Value
Type Description
string

Location

public string Location { get; set; }
Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The project the job belongs to.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference

Property Value
Type Description
string

Schema

public Schema Schema { get; set; }

Optional. The schema of the job's query results.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2

Property Value
Type Description
Schema