public sealed class BigQueryJob : IMessage<BigQueryJob>, IEquatable<BigQueryJob>, IDeepCloneable<BigQueryJob>, IBufferMessage, IMessage
BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get).
Implements
IMessage<BigQueryJob>, IEquatable<BigQueryJob>, IDeepCloneable<BigQueryJob>, 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 |