Google Cloud Audit API - Enum BigQueryAuditMetadata.Types.WriteDisposition (2.4.0)

public enum BigQueryAuditMetadata.Types.WriteDisposition

Reference 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.Audit

Assembly

Google.Cloud.Audit.dll

Fields

NameDescription
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.