Package version:

Interface ZipDeflateReadSettings

The ZipDeflate compression read settings.

interface ZipDeflateReadSettings {
    preserveZipFileNameAsFolder?: any;
    type: "ZipDeflateReadSettings";
}

Hierarchy (view full)

Properties

preserveZipFileNameAsFolder?: any

Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).

type

Polymorphic discriminator, which specifies the different types this object can be