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.
Property Value | |
---|---|
Type | Description |
BigQueryTableReference |
JobId
public string JobId { get; set; }
Required. The ID of the job.
See JobReference.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
Optional. The location of the job.
See JobReference.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Required. The project that the job belongs to.
See JobReference.
Property Value | |
---|---|
Type | Description |
string |
Schema
public Schema Schema { get; set; }
Optional. The schema of the job's query results.
See JobStatistics2.
Property Value | |
---|---|
Type | Description |
Schema |