Package version:

Interface FormatReadSettings

Format read settings.

interface FormatReadSettings {
    type:
        | "ParquetReadSettings"
        | "DelimitedTextReadSettings"
        | "JsonReadSettings"
        | "XmlReadSettings"
        | "BinaryReadSettings";
    [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:
    | "ParquetReadSettings"
    | "DelimitedTextReadSettings"
    | "JsonReadSettings"
    | "XmlReadSettings"
    | "BinaryReadSettings"

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