Enum BigQueryAuditMetadata.Types.TableCreation.Types.Reason (2.0.0)

public enum Reason

Describes how the table was created.

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Fields

NameDescription
Job

Table was created as a destination table during a query, load or copy job.

Query

Table was created using a DDL query.

TableInsertRequest

Table was created using the tables.create API.

Unspecified

Unknown.