node-sf-bulk2
    Preparing search index...

    Interface AllBulkQueryJobsInfoResponse

    interface AllBulkQueryJobsInfoResponse {
        done: boolean;
        nextRecordsUrl: string;
        records: BulkQueryResponse[];
    }
    Index

    Properties

    done: boolean
    nextRecordsUrl: string