public enum CopyOperationTypeReference 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.V2Assembly
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. |