public enum BigQueryDestination.Types.CreateDispositionReference 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.V1BetaAssembly
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. |