Google Cloud Audit API - Class BigQueryAuditMetadata.Types.Job (2.4.0)

public sealed class BigQueryAuditMetadata.Types.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.

Inheritance

object > BigQueryAuditMetadata.Types.Job

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Job()

public Job()

Job(Job)

public Job(BigQueryAuditMetadata.Types.Job other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJob

Properties

JobConfig

public BigQueryAuditMetadata.Types.JobConfig JobConfig { get; set; }

Job configuration.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfig

JobName

public string JobName { get; set; }

Job URI.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

JobStats

public BigQueryAuditMetadata.Types.JobStats JobStats { get; set; }

Job statistics.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStats

JobStatus

public BigQueryAuditMetadata.Types.JobStatus JobStatus { get; set; }

Job status.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStatus