[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BatchingSettings` class allows users to configure conditions for processing batches of data, including thresholds for element count, byte count, and time delay."],["The class inherits members from the base `object` class, such as `ToString()`, `Equals()`, `GetHashCode()`, and `GetType()`."],["The `BatchingSettings` constructor allows you to define `elementCountThreshold`, `byteCountThreshold`, and `delayThreshold` parameters, which are `long?`, `long?`, and `TimeSpan?`, respectively."],["There are three properties available that align with the constructor's parameter names, allowing you to access the `ByteCountThreshold`, `DelayThreshold`, and `ElementCountThreshold` values."],["The documentation on this page covers versions of the class ranging from 3.2.0 to the latest version 4.10.0, while this particular content refers to version 4.4.0."]]],[]]