Class BigQueryJob (1.0.0-alpha03)

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).

Inheritance

Object > BigQueryJob

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

BigQueryJob()

public BigQueryJob()

BigQueryJob(BigQueryJob)

public BigQueryJob(BigQueryJob other)
Parameter
NameDescription
otherBigQueryJob

Properties

JobId

public string JobId { get; set; }

The job ID.

Property Value
TypeDescription
String

Location

public string Location { get; set; }

The location where the job is running.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

The project ID of the job.

Property Value
TypeDescription
String