prorm API Reference
    Preparing search index...

    Interface StreamIteratorOptions<T>

    Options for StreamIterator

    interface StreamIteratorOptions<T = any> {
        highWaterMark?: number;
    }

    Type Parameters

    • T = any

    Hierarchy

    • TransformOptions
      • StreamIteratorOptions
    Index
    highWaterMark?: number

    Number of records to buffer (default: 1000)