public sealed class BigQueryJob : IMessage<BigQueryJob>, IEquatable<BigQueryJob>, IDeepCloneable<BigQueryJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class BigQueryJob.
BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get).
Implements
IMessageBigQueryJob, IEquatableBigQueryJob, IDeepCloneableBigQueryJob, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
BigQueryJob()
public BigQueryJob()
BigQueryJob(BigQueryJob)
public BigQueryJob(BigQueryJob other)
Parameter | |
---|---|
Name | Description |
other | BigQueryJob |
Properties
JobId
public string JobId { get; set; }
The job ID.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
The location where the job is running.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The project ID of the job.
Property Value | |
---|---|
Type | Description |
string |