Showing:

Annotations
Diagrams
Properties
Used by
Element Transactional
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+Transactional

References Notes

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

Should an error occur during a transfer operation then all transfers will be rolled back.

When specifying the value true then the following applies:

  • The AtomicSuffix parameter and AtomicPrefix parameter are used that cause target files to be created with a suffix such as "~" (default) and that causes the respective files to be renamed to their target file name after the transfer of all files has been successfully completed.
  • If at least one file out of a set of files cannot be transferred successfully then no files will be renamed, instead the temporarily created files are removed from the target system.
  • The parameter remove_files that causes files to be removed after successful transfer will be effective only after all files have been successfully transferred. Otherwise no files will be removed.

Diagram
Diagram
Type xs:boolean
Properties
content simple
default false
Used by
Element TransferOptions