Class WriteDisposition (3.42.3)
Stay organized with collections
Save and categorize content based on your preferences.
WriteDisposition()
Specifies the action that occurs if destination table already exists.
The default value is WRITE_APPEND.
Each action is atomic and only occurs if BigQuery is able to complete
the job successfully. Creation, truncation and append actions occur as one
atomic update upon job completion.