Class CreateDisposition (0.1.0)

CreateDisposition(value)

Specifies the action that occurs if the destination table does not exist. By default, a new table will be created.

Enums

Name Description
CREATE_DISPOSITION_UNSPECIFIED Unspecified create disposition.
CREATE_IF_NEEDED If the table does not exist, BigQuery creates the table.
CREATE_NEVER If the table does not exist, an error will be returned.