@squidcloud/client
    Preparing search index...

    Interface BulkIngestionCancelRequest

    Request structure for cancelling a running bulk-ingestion job.

    interface BulkIngestionCancelRequest {
        jobId: string;
    }
    Index
    jobId: string

    The id of the bulk-ingestion job to cancel.