overwriteObjectsAlreadyExistingInSink property

bool? overwriteObjectsAlreadyExistingInSink
getter/setter pair

When to overwrite objects that already exist in the sink.

The default is that only objects that are different from the source are ovewritten. If true, all objects in the sink whose name matches an object in the source are overwritten with the source object.

Implementation

core.bool? overwriteObjectsAlreadyExistingInSink;