Package version:

Interface TarGZipReadSettings

The TarGZip compression read settings.

interface TarGZipReadSettings {
    preserveCompressionFileNameAsFolder?: any;
    type: "TarGZipReadSettings";
}

Hierarchy (view full)

Properties

preserveCompressionFileNameAsFolder?: any

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

type

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