CopyJobConfig(**kwargs)Configuration options for copy jobs.
All properties in this class are optional. Values which are :data:None ->
server defaults. Set properties on the constructed configuration by using
the property name as the name of a keyword argument.
Properties
create_disposition
google.cloud.bigquery.job.CreateDisposition: Specifies behavior for creating tables.
destination_encryption_configuration
google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom encryption configuration for the destination table.
Custom encryption configuration (e.g., Cloud KMS keys) or :data:None
if using default encryption.
destination_expiration_time
google.cloud.bigquery.job.DestinationExpirationTime: The time when the destination table expires. Expired tables will be deleted and their storage reclaimed.
operation_type
The operation to perform with this copy job.
write_disposition
google.cloud.bigquery.job.WriteDisposition: Action that occurs if the destination table already exists.