@squidcloud/client
    Preparing search index...

    Interface BulkIngestionUpsertContextsOptions

    The optional half of a bulk-ingestion staging call.

    interface BulkIngestionUpsertContextsOptions {
        speed?: "auto" | "economy" | "fast";
    }
    Index
    speed?: "auto" | "economy" | "fast"