Class BigQueryAuditMetadata.Types.TableDeletion (1.1.0)

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

Table deletion event.

Inheritance

Object > BigQueryAuditMetadata.Types.TableDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

TableDeletion()

public TableDeletion()

TableDeletion(BigQueryAuditMetadata.Types.TableDeletion)

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

Properties

JobName

public string JobName { get; set; }

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

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

Property Value
TypeDescription
String

Reason

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

Describes how the table was deleted.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.TableDeletion.Types.Reason