BigQuery Audit Data Logging v1 API - Class JobStatus (1.3.0)

public sealed class JobStatus : IMessage<JobStatus>, IEquatable<JobStatus>, IDeepCloneable<JobStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobStatus.

Running state of a job.

Inheritance

object > JobStatus

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobStatus()

public JobStatus()

JobStatus(JobStatus)

public JobStatus(JobStatus other)
Parameter
NameDescription
otherJobStatus

Properties

AdditionalErrors

public RepeatedField<Status> AdditionalErrors { get; }

Errors encountered during the running of the job. Do not necessarily mean that the job has completed or was unsuccessful.

Property Value
TypeDescription
RepeatedFieldStatus

Error

public Status Error { get; set; }

If the job did not complete successfully, this field describes why.

Property Value
TypeDescription
Status

State

public string State { get; set; }

State of a job: PENDING, RUNNING, or DONE.

Property Value
TypeDescription
string