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

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

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

Table deletion event.

Inheritance

object > BigQueryAuditMetadata.Types.TableDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

TableDeletion()

public TableDeletion()

TableDeletion(TableDeletion)

public TableDeletion(BigQueryAuditMetadata.Types.TableDeletion other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesTableDeletion

Properties

JobName

public string JobName { get; set; }

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

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

Property Value
TypeDescription
string

Reason

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

Describes how table was deleted.

Property Value
TypeDescription
BigQueryAuditMetadataTypesTableDeletionTypesReason