public enum BigQueryDestination.Types.WriteDispositionReference documentation and code samples for the Financial Services v1 API enum BigQueryDestination.Types.WriteDisposition.
WriteDisposition controls the behavior when the destination table already exists.
Namespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Fields |
|
|---|---|
| Name | Description |
Unspecified |
Default behavior is the same as WRITE_EMPTY. |
WriteEmpty |
If the table already exists and contains data, an error is returned. |
WriteTruncate |
If the table already exists, the data will be overwritten. |