OptionalarrayBlob reading strategy threshold (in bytes).
Only applicable for parseBlob() and parseFile().
Determines when to use blob.arrayBuffer() vs blob.stream():
blob.arrayBuffer() + parseBinary()
blob.stream() + parseBinaryStream()
Optional ExperimentalbackpressureBackpressure monitoring intervals (count-based: number of tokens/records processed).
Optional ExperimentalqueuingInternal streaming queuing strategies.
OptionalwasmUse WASM implementation.
WASM module is automatically initialized on first use. However, it is recommended to call loadWASM beforehand for better performance.
OptionalworkerExecute in Worker thread.
Engine configuration for main thread execution.