Google BigQuery v2 API - Class CreateCopyJobOptions (3.3.0)

public sealed class CreateCopyJobOptions : JobCreationOptions

Reference documentation and code samples for the Google BigQuery v2 API class CreateCopyJobOptions.

Options for CreateCopyJob operations.

Inheritance

object > JobCreationOptions > CreateCopyJobOptions

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryV2

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
CreateDisposition

DestinationEncryptionConfiguration

public EncryptionConfiguration DestinationEncryptionConfiguration { get; set; }

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

Property Value
TypeDescription
EncryptionConfiguration

OperationType

public CopyOperationType? OperationType { get; set; }

Specifies the operation type for the job, if any.

Property Value
TypeDescription
CopyOperationType

WriteDisposition

public WriteDisposition? WriteDisposition { get; set; }

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

Property Value
TypeDescription
WriteDisposition