Module: Google::Cloud::Bigquery::OperationType

Defined in:
lib/google/cloud/bigquery/copy_job.rb

Constant Summary collapse

COPY =

The source and destination table have the same table type.

"COPY".freeze
SNAPSHOT =

The source table type is TABLE and the destination table type is SNAPSHOT.

"SNAPSHOT".freeze
RESTORE =

The source table type is SNAPSHOT and the destination table type is TABLE.

"RESTORE".freeze
CLONE =

The source and destination table have the same table type, but only bill for unique data.

"CLONE".freeze