Class CreateCopyJobOptions (3.1.0)

public sealed class CreateCopyJobOptions : JobCreationOptions

Options for CreateCopyJob operations.

Inheritance

Object > JobCreationOptions > CreateCopyJobOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

CreateDisposition

public CreateDisposition? CreateDisposition { get; set; }

The behavior if the destination table doesn't exist. If this is unspecified, the default is to create a new table.

Property Value
TypeDescription
Nullable<CreateDisposition>

DestinationEncryptionConfiguration

public EncryptionConfiguration DestinationEncryptionConfiguration { get; set; }

The encryption configuration to apply to the destination table, if any.

Property Value
TypeDescription
Google.Apis.Bigquery.v2.Data.EncryptionConfiguration

WriteDisposition

public WriteDisposition? WriteDisposition { get; set; }

Specifies the behavior if the destination table exists. If not set, this is effectively WriteIfEmpty.

Property Value
TypeDescription
Nullable<WriteDisposition>