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

public enum BigQueryAuditMetadata.Types.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.