ReplicationSpec class

Specifies the configuration for running a replication job.

Constructors

ReplicationSpec({GcsData? gcsDataSink, GcsData? gcsDataSource, ObjectConditions? objectConditions, TransferOptions? transferOptions})
ReplicationSpec.fromJson(Map json_)

Properties

gcsDataSink GcsData?
Specifies cloud Storage data sink.
getter/setter pair
gcsDataSource GcsData?
Specifies cloud Storage data source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objectConditions ObjectConditions?
Specifies the object conditions to only include objects that satisfy these conditions in the set of data source objects.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferOptions TransferOptions?
Specifies the actions to be performed on the object during replication.
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