Bulk Data Client
    Preparing search index...

    Interface DownloadQueueOptions

    interface DownloadQueueOptions {
        onComplete: (jobs: DownloadQueueJob[]) => void;
        onProgress: (jobs: DownloadQueueJob[]) => void;
        parallelJobs: number;
    }
    Index
    onComplete: (jobs: DownloadQueueJob[]) => void
    onProgress: (jobs: DownloadQueueJob[]) => void
    parallelJobs: number