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.
Implements
IMessageBigQueryJob, IEquatableBigQueryJob, IDeepCloneableBigQueryJob, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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; }
Required. The ID of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
Optional. The location of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
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 |