Capacity Planner v1beta API - Enum BigQueryDestination.Types.WriteDisposition (1.0.0-beta01)

public enum BigQueryDestination.Types.WriteDisposition

Reference documentation and code samples for the Capacity Planner v1beta API enum BigQueryDestination.Types.WriteDisposition.

Specifies the action that occurs if the destination table or partition already exists. By default, the data will be appended to the existing table.

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Fields

Name Description
Unspecified

Unspecified write disposition.

WriteAppend

If the table or partition already exists, BigQuery appends the data to the table or the latest partition.

WriteEmpty

If the table already exists and contains data, an error is returned.

WriteTruncate

If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data.