Google Cloud Audit API - Enum BigQueryAuditMetadata.Types.CreateDisposition (2.1.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum CreateDisposition

Reference documentation and code samples for the Google Cloud Audit API enum BigQueryAuditMetadata.Types.CreateDisposition.

Describes whether a job should create a destination table if it doesn't exist.

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Fields

NameDescription
CreateIfNeeded

This job should create a table if it doesn't already exist.

CreateNever

This job should never create tables.

Unspecified

Unknown.