Properties
Optional dictionaryHashFunction
dictionaryHashFunction: undefined | ((value: any) => string | number)
Optional highWaterMark
highWaterMark: undefined | number
Optional nullValues
nullValues: TNull[] | ReadonlyArray<TNull> | null
Optional queueingStrategy
queueingStrategy: "bytes" | "count"
Optional valueToChildTypeId
value
ToChildTypeId: undefined | ((builder: Builder<T, TNull>, value: any, offset: number) => number)
A set of options to create an Iterable or AsyncIterable
Builder
transform function.Builder.throughIterable
Builder.throughAsyncIterable