t_BaseMessage_ZipMapping
ZipMapping : Message
Maps message parts to files in a Zip file archive.
Properties
comment : stringThe comment for the entire Zip file. Set only on the root message node.
compressionThe 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.
valueThe 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
t_Message_Parts_Value - A value (or primitive) message part.
t_Message_Parts_Message - A message (or composite) message part.
Message - A message carries information from a source system to a destination system over an integration channel.
Parent topic: t_Message_Parts_Value
Parent topic: t_Message_Parts_Message
Parent topic: Message
Parent topic: t_SOADefinition_Messages_Message