Class WriteDisposition (0.1.0)

WriteDisposition(value)

WriteDisposition controls the behavior when the destination table already exists.

Enums

Name Description
WRITE_DISPOSITION_UNSPECIFIED Default behavior is the same as WRITE_EMPTY.
WRITE_EMPTY If the table already exists and contains data, an error is returned.
WRITE_TRUNCATE If the table already exists, the data will be overwritten.