JobConfigurationTableCopy class
JobConfigurationTableCopy configures a job that copies data from one table to another.
For more information on copying tables, see Copy a table.
Constructors
-
JobConfigurationTableCopy({String? createDisposition, EncryptionConfiguration? destinationEncryptionConfiguration, String? destinationExpirationTime, TableReference? destinationTable, String? operationType, TableReference? sourceTable, List<
TableReference> ? sourceTables, String? writeDisposition}) - JobConfigurationTableCopy.fromJson(Map json_)
Properties
- createDisposition ↔ String?
-
Specifies whether the job is allowed to create new tables.
getter/setter pair
- destinationEncryptionConfiguration ↔ EncryptionConfiguration?
-
Custom encryption configuration (e.g., Cloud KMS keys).
getter/setter pair
- destinationExpirationTime ↔ String?
-
The time when the destination table expires.
getter/setter pair
- destinationTable ↔ TableReference?
-
The destination table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operationType ↔ String?
-
Supported operation types in table copy job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceTable ↔ TableReference?
-
[Pick one] Source table to copy.
getter/setter pair
-
sourceTables
↔ List<
TableReference> ? -
[Pick one] Source tables to copy.
getter/setter pair
- writeDisposition ↔ String?
-
Specifies the action that occurs if the destination table already exists.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited