Type to start searching...

ZipMapping : Message

Maps message parts to files in a Zip file archive.

Properties
comment : string

The comment for the entire Zip file. Set only on the root message node.

compression

The compression level for the entire Zip file. Set only on the root message node.

Valid values based on“int”.
0 (minInclusive)

0 is minimum compression - fastest.

9 (maxInclusive)

9 is maximum compression - slowest.

value

The zipped file's attribute. Corresponds to attributes on java.util.zip.ZipEntry.

Valid values based on“string”.
comment

The comment for the entry; null if none. string.

contents

The uncompressed contents of the file. binary.

directory

If set, indicates that this file is a directory. boolean.

Not supported in the Formatter.
extra

Optional extra data for the file. binary.

name

The name of the file. string.

size

The size of the file. long.

time

The file's modification time. timestamp.

Parents
  • Value - A value (or primitive) message part.
  • Message - A message (or composite) message part.
  • Message
  • Message - A message carries information from a source system to a destination system over an integration channel.