Google BigQuery v2 API - Enum CreateDisposition (3.9.0)

public enum CreateDisposition

Reference documentation and code samples for the Google BigQuery v2 API enum CreateDisposition.

Specifies whether a job is allowed to create new tables.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
CreateIfNeeded

If the table does not exist, BigQuery creates the table.

CreateNever

The table must already exist. If it does not, a 'notFound' error is returned in the job result.