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

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

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.DatasetDeletion.

Dataset deletion event.

Inheritance

object > BigQueryAuditMetadata.Types.DatasetDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

DatasetDeletion()

public DatasetDeletion()

DatasetDeletion(DatasetDeletion)

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

Properties

JobName

public string JobName { get; set; }

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

Format: projects/<project_id>/jobs/<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
BigQueryAuditMetadataTypesDatasetDeletionTypesReason