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

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

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

Describes a job.

Inheritance

object > Job

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

Job()

public Job()

Job(Job)

public Job(Job other)
Parameter
NameDescription
otherJob

Properties

JobConfiguration

public JobConfiguration JobConfiguration { get; set; }

Job configuration.

Property Value
TypeDescription
JobConfiguration

JobName

public JobName JobName { get; set; }

Job name.

Property Value
TypeDescription
JobName

JobStatistics

public JobStatistics JobStatistics { get; set; }

Job statistics.

Property Value
TypeDescription
JobStatistics

JobStatus

public JobStatus JobStatus { get; set; }

Job status.

Property Value
TypeDescription
JobStatus