Package version:

Interface TarReadSettings

The Tar compression read settings.

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

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