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

public enum BigQueryDestination.Types.CreateDisposition

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

Specifies the action that occurs if the destination table does not exist. By default, a new table will be created.

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Fields

Name Description
CreateIfNeeded

If the table does not exist, BigQuery creates the table.

CreateNever

If the table does not exist, an error will be returned.

Unspecified

Unspecified create disposition.