BigQuery API - Module Google::Cloud::Bigquery::OperationType (v1.41.0)

Reference documentation and code samples for the BigQuery API module Google::Cloud::Bigquery::OperationType.

Constants

COPY

value: "COPY".freeze
The source and destination table have the same table type.

SNAPSHOT

value: "SNAPSHOT".freeze
The source table type is TABLE and the destination table type is SNAPSHOT.

RESTORE

value: "RESTORE".freeze
The source table type is SNAPSHOT and the destination table type is TABLE.

CLONE

value: "CLONE".freeze
The source and destination table have the same table type, but only bill for unique data.