public sealed class CreateCopyJobOptions : JobCreationOptions
Reference documentation and code samples for the Google BigQuery v2 API class CreateCopyJobOptions.
Options for CreateCopyJob
operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
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 | |
---|---|
Type | Description |
CreateDisposition |
DestinationEncryptionConfiguration
public EncryptionConfiguration DestinationEncryptionConfiguration { get; set; }
The encryption configuration to apply to the destination table, if any.
Property Value | |
---|---|
Type | Description |
EncryptionConfiguration |
OperationType
public CopyOperationType? OperationType { get; set; }
Specifies the operation type for the job, if any.
Property Value | |
---|---|
Type | Description |
CopyOperationType |
WriteDisposition
public WriteDisposition? WriteDisposition { get; set; }
Specifies the behavior if the destination table exists. If not set, this is effectively WriteIfEmpty.
Property Value | |
---|---|
Type | Description |
WriteDisposition |