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 |
Nullable<CreateDisposition> |
DestinationEncryptionConfiguration
public EncryptionConfiguration DestinationEncryptionConfiguration { get; set; }
The encryption configuration to apply to the destination table, if any.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Nullable<WriteDisposition> |