Class BigQueryAuditMetadata.Types.JobInsertion (2.0.0)

public sealed class JobInsertion : IMessage<BigQueryAuditMetadata.Types.JobInsertion>, IEquatable<BigQueryAuditMetadata.Types.JobInsertion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobInsertion>, IBufferMessage, IMessage

Job insertion event.

Inheritance

Object > BigQueryAuditMetadata.Types.JobInsertion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobInsertion()

public JobInsertion()

JobInsertion(BigQueryAuditMetadata.Types.JobInsertion)

public JobInsertion(BigQueryAuditMetadata.Types.JobInsertion other)
Parameter
NameDescription
otherBigQueryAuditMetadata.Types.JobInsertion

Properties

Job

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

Job metadata.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.Job

Reason

public BigQueryAuditMetadata.Types.JobInsertion.Types.Reason Reason { get; set; }

Describes how the job was inserted.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobInsertion.Types.Reason