Package version:

Interface ExportSettings

Export command settings.

interface ExportSettings {
    type: "SnowflakeExportCopyCommand" | "AzureDatabricksDeltaLakeExportCommand";
    [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: "SnowflakeExportCopyCommand" | "AzureDatabricksDeltaLakeExportCommand"

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