Skip to main content
Module

x/typeorm/src/index.ts>MongoRepository#parallelCollectionScan

Forked from https://github.com/typeorm/typeorm
Latest
method MongoRepository.prototype.parallelCollectionScan
Re-export
import { MongoRepository } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Return N number of parallel cursors for a collection allowing parallel reading of entire collection. There are no ordering guarantees for returned results.

Parameters

optional
options: ParallelCollectionScanOptions

Returns

Promise<Cursor<Entity>[]>