Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File Transfer Options

File transfer options TransferOptions are all optional and are used to:

  • optimize file transfer (buffer sizeBufferSize, concurrent transfer ConcurrentTransfer) and
  • handle errors (transactional transfer)TransactionalTransfer)

File transfer options are specified as child elements of the file transfer operations - i.e. Copy and Move - and apply to both the source and target parts of the transfer operation. 

Specification of File Transfer Options

...

  • TransferOptions
    • BufferSize
    • ConcurrentTransfer
      • MaxConcurrentTransfers
    • Transactional

Transfer Optimization 1 - Buffer Size

The BufferSize parameter element defines the maximum data block size.

Status
colourYellow
titleToDo

Transfer Optimization 2 - Concurrent Transfer

The ConcurrentTransfer element is used to allow parallel file transfer to occur.

A child element of ConcurrentTransfer - MaxConcurrentTransfers - can be used to limit the number of parallel transfers.

  • TransferOptions
    • ConcurrentTransfer
      • MaxConcurrentTransfers
       

Other Transfer Parameters

Transactional Transfer

This parameter specifies whether a transfer should be processed as a single transaction, i.e. whether all objects are to be successfully transferred or none at all.

...