public sealed class Job : IMessage<BigQueryAuditMetadata.Types.Job>, IEquatable<BigQueryAuditMetadata.Types.Job>, IDeepCloneable<BigQueryAuditMetadata.Types.Job>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.Job.
BigQuery job.
Implements
IMessage<BigQueryAuditMetadata.Types.Job>, IEquatable<BigQueryAuditMetadata.Types.Job>, IDeepCloneable<BigQueryAuditMetadata.Types.Job>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Job()
public Job()
Job(BigQueryAuditMetadata.Types.Job)
public Job(BigQueryAuditMetadata.Types.Job other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadata.Types.Job |
Properties
JobConfig
public BigQueryAuditMetadata.Types.JobConfig JobConfig { get; set; }
Job configuration.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig |
JobName
public string JobName { get; set; }
Job URI.
Format: projects/<project_id>/jobs/<job_id>
.
Property Value | |
---|---|
Type | Description |
String |
JobStats
public BigQueryAuditMetadata.Types.JobStats JobStats { get; set; }
Job statistics.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobStats |
JobStatus
public BigQueryAuditMetadata.Types.JobStatus JobStatus { get; set; }
Job status.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobStatus |