Financial Services V1 API - Module Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition (v1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition.
WriteDisposition controls the behavior when the destination table already
exists.
Constants
WRITE_DISPOSITION_UNSPECIFIED
value: 0 Default behavior is the same as WRITE_EMPTY.
WRITE_EMPTY
value: 1 If the table already exists and contains data, an error is returned.
WRITE_TRUNCATE
value: 2 If the table already exists, the data will be overwritten.