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

    Interface CsvExportOptions

    Options that control the lifetime of a CSV export.

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

    Cancels the export and releases its file and network resources.