prorm API Reference
    Preparing search index...

    Interface StreamingOptions

    Options controlling how a stream pages.

    interface StreamingOptions {
        batchSize?: number;
    }
    Index
    batchSize?: number

    Rows fetched per round trip.

    100