Package version:

Interface CompressionReadSettings

Compression read settings.

interface CompressionReadSettings {
    type: "ZipDeflateReadSettings" | "TarReadSettings" | "TarGZipReadSettings";
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

type: "ZipDeflateReadSettings" | "TarReadSettings" | "TarGZipReadSettings"

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