Represent the resource used by a batch including element and byte. It can also be extended to
other things to determine if adding a new element needs to be flow controlled or if the current
batch needs to be flushed.
[[["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-04-02 UTC."],[[["The latest version available is 2.63.1, with a comprehensive list of previous versions down to 2.7.1, all related to the `BatchResource` component."],["`BatchResource` is an interface that represents a resource used by a batch, and is defined by its element and byte counts, and can be expanded to include other factors to help control batching."],["The `add` method in `BatchResource` is designed to incorporate additional resources into the batch."],["`getByteCount` and `getElementCount` are methods provided to retrieve the respective byte and element count of a batch resource."],["The `shouldFlush` method determines whether a `BatchResource` needs to be flushed based on the given `maxElementThreshold` and `maxBytesThreshold` parameters."]]],[]]