TransferOptions class
TransferOptions define the actions to be performed on objects in a transfer.
Constructors
- TransferOptions({bool? deleteObjectsFromSourceAfterTransfer, bool? deleteObjectsUniqueInSink, MetadataOptions? metadataOptions, bool? overwriteObjectsAlreadyExistingInSink, String? overwriteWhen})
- TransferOptions.fromJson(Map json_)
Properties
- deleteObjectsFromSourceAfterTransfer ↔ bool?
-
Whether objects should be deleted from the source after they are
transferred to the sink.
getter/setter pair
- deleteObjectsUniqueInSink ↔ bool?
-
Whether objects that exist only in the sink should be deleted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadataOptions ↔ MetadataOptions?
-
Represents the selected metadata options for a transfer job.
getter/setter pair
- overwriteObjectsAlreadyExistingInSink ↔ bool?
-
When to overwrite objects that already exist in the sink.
getter/setter pair
- overwriteWhen ↔ String?
-
When to overwrite objects that already exist in the sink.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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