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 of the `BatchResource` documentation is 2.63.1, with multiple prior versions available, ranging down to version 2.7.1."],["`BatchResource` represents a resource used by a batch, including element and byte counts, and can determine if adding a new element requires flow control."],["The `add` method of `BatchResource` allows the addition of another `BatchResource` to the current batch, and returns the added resource."],["`getByteCount` and `getElementCount` are methods to get the byte count and element count of the resource respectively, returning a long type."],["The `shouldFlush` method determines if a `BatchResource` should be flushed based on `maxElementThreshold` and `maxBytesThreshold` parameters, returning a boolean."]]],[]]