You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Diagram

Unable to render 'XSD Viewer' macro

Could not find the given XSD (xsd_macro453c09bc6a6b108f05a29062a34be005.png) on page (JADE Parameter Reference - CreateIntegrityHashFile)

Elements

CreateIntegrityHashFile
References Notes

This parameter causes a checksum file to be created on the target server that contains the integrity hash value. The file name is created by using the target file name and adding the hash algorithm as an extension, e.g. a target file "myFiles.tar.gz" will cause the integrity hash file "myFiles.tar.gz.md5" to be created when using MD5 with the HashAlgorithm parameter.

Element Type Required Description
HashAlgorithm string
  • Whitespace: preserve
  • Enumeration:
    • md5
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the algorithm that is used to create the checksum. At the time of writing md5 only is supported. If the parameters CheckIntegrityHash or CreateIntegrityHashFile are used then the integrity hash is calculated and compared according to this parameter.

 

  • No labels