Enum BigQueryAuditMetadata.Types.CreateDisposition (1.1.0)

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