ExperimentalOptional ExperimentalassemblerCheck interval for the assembler stage (number of records processed).
Lower values provide better responsiveness to backpressure but may have slight performance overhead.
Optional ExperimentallexerCheck interval for the lexer stage (number of tokens processed).
Lower values provide better responsiveness to backpressure but may have slight performance overhead.
Backpressure monitoring intervals (count-based).
Controls how frequently the internal parsers check for backpressure during streaming operations, based on the number of tokens/records processed.
This API may change in future versions based on performance research.