Skip to main content
Skip table of contents

t_BaseMessage_ZipMapping

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

Parent topic: t_Message_Parts_Value

Parent topic: t_Message_Parts_Message

Parent topic: Message

Parent topic: t_SOADefinition_Messages_Message

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.