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.
Namespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
Job()
public Job()
Job(Job)
public Job(Job other)
Parameter | |
---|---|
Name | Description |
other | Job |
Properties
JobConfiguration
public JobConfiguration JobConfiguration { get; set; }
Job configuration.
Property Value | |
---|---|
Type | Description |
JobConfiguration |
JobName
public JobName JobName { get; set; }
Job name.
Property Value | |
---|---|
Type | Description |
JobName |
JobStatistics
public JobStatistics JobStatistics { get; set; }
Job statistics.
Property Value | |
---|---|
Type | Description |
JobStatistics |
JobStatus
public JobStatus JobStatus { get; set; }
Job status.
Property Value | |
---|---|
Type | Description |
JobStatus |