public enum BigQueryAuditMetadata.Types.WriteDispositionReference documentation and code samples for the Google Cloud Audit API enum BigQueryAuditMetadata.Types.WriteDisposition.
Describes whether a job should overwrite or append the existing destination table if it already exists.
Namespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Fields |
|
|---|---|
| Name | Description |
Unspecified |
Unknown. |
WriteAppend |
This job will append to the table. |
WriteEmpty |
This job should only be writing to empty tables. |
WriteTruncate |
This job will truncate the existing table data. |