Google BigQuery v2 API - Enum WriteDisposition (3.2.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum WriteDisposition

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

Indicates the desired behavior when writing to a table which already contains data.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
WriteAppend

The additional data is appended to the table.

WriteIfEmpty

Attempting to write data to a non-empty table fails with an error.

WriteTruncate

The table is truncated before the additional data is inserted.