Class BigQueryAuditMetadata.Types.DatasetDeletion (2.0.0)

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

Dataset deletion event.

Inheritance

Object > BigQueryAuditMetadata.Types.DatasetDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

DatasetDeletion()

public DatasetDeletion()

DatasetDeletion(BigQueryAuditMetadata.Types.DatasetDeletion)

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

Properties

JobName

public string JobName { get; set; }

The URI of the job that deleted the dataset. Present if the reason is QUERY.

Format: projects/&lt;project_id>/jobs/&lt;job_id>.

Property Value
TypeDescription
String

Reason

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

Describes how the dataset was deleted.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.DatasetDeletion.Types.Reason