Google BigQuery v2 API - Enum CopyOperationType (3.10.0)

public enum CopyOperationType

Reference documentation and code samples for the Google BigQuery v2 API enum CopyOperationType.

Indicates different operation types supported in table copy job.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

Name Description
Clone

The source and destination table have the same table type, but we charge only for the delta bytes.

Copy

The source and destination table have the same table type.

Restore

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

Snapshot

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

Unspecified

Operation not specified.