google_api_storage_transfer v0.0.1 GoogleApi.StorageTransfer.V1.Model.TransferOptions View Source

TransferOptions uses three boolean parameters to define the actions to be performed on objects in a transfer.

Attributes

  • deleteObjectsFromSourceAfterTransfer (Boolean): Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and `deleteObjectsUniqueInSink` are mutually exclusive. Defaults to: null.
  • deleteObjectsUniqueInSink (Boolean): Whether objects that exist only in the sink should be deleted. Note that this option and `deleteObjectsFromSourceAfterTransfer` are mutually exclusive. Defaults to: null.
  • overwriteObjectsAlreadyExistingInSink (Boolean): Whether overwriting objects that already exist in the sink is allowed. Defaults to: null.