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

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

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

Table creation event.

Inheritance

object > BigQueryAuditMetadata.Types.TableCreation

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

TableCreation()

public TableCreation()

TableCreation(TableCreation)

public TableCreation(BigQueryAuditMetadata.Types.TableCreation other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesTableCreation

Properties

JobName

public string JobName { get; set; }

The URI of the job that created a table. Present if the reason is JOB or QUERY.

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

Property Value
TypeDescription
string

Reason

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

Describes how the table was created.

Property Value
TypeDescription
BigQueryAuditMetadataTypesTableCreationTypesReason

Table

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

Table metadata.

Property Value
TypeDescription
BigQueryAuditMetadataTypesTable