@exasol/exasol-driver-ts
    Preparing search index...

    Interface CsvImportOptions

    Options that control the lifetime of a CSV import.

    interface CsvImportOptions {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    Cancels the import and releases its file and network resources.