[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]