prorm API Reference
← Documentation
GitLab
Preparing search index...
index
StreamIteratorOptions
Interface StreamIteratorOptions<T>
Options for StreamIterator
interface
StreamIteratorOptions
<
T
=
any
>
{
highWaterMark
?:
number
;
}
Type Parameters
T
=
any
Hierarchy
TransformOptions
StreamIteratorOptions
Index
Properties
high
Water
Mark?
Properties
Optional
high
Water
Mark
highWaterMark
?:
number
Number of records to buffer (default: 1000)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
high
Water
Mark
← Documentation
GitLab
prorm API Reference
Loading...
Options for StreamIterator