operationType property

String? operationType
getter/setter pair

Supported operation types in table copy job.

Optional. Possible string values are:

  • "OPERATION_TYPE_UNSPECIFIED" : Unspecified operation type.
  • "COPY" : The source and destination table have the same table type.
  • "SNAPSHOT" : The source table type is TABLE and the destination table type is SNAPSHOT.
  • "RESTORE" : The source table type is SNAPSHOT and the destination table type is TABLE.
  • "CLONE" : The source and destination table have the same table type, but only bill for unique data.

Implementation

core.String? operationType;