public sealed class CreateCopyJobOptions : JobCreationOptionsReference documentation and code samples for the Google BigQuery v2 API class CreateCopyJobOptions.
Options for CreateCopyJob operations.
Namespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryV2Assembly
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 |
|