node-sf-bulk2
    Preparing search index...

    Interface AllIngestJobsInfoResponse

    interface AllIngestJobsInfoResponse {
        done: boolean;
        nextRecordsUrl: string;
        records: JobUploadResponse[];
    }
    Index

    Properties

    done: boolean
    nextRecordsUrl: string