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-03-21 UTC."],[[["This webpage provides documentation for various versions of the `BatchResource` interface, with version 2.63.1 being the latest release."],["The `BatchResource` interface represents a resource used by a batch, tracking element and byte counts, and can be extended to include criteria for flow control or batch flushing."],["The `add` method allows adding an additional resource to the batch, while `getByteCount` and `getElementCount` retrieve the respective counts for the batch resource."],["The `shouldFlush` method checks if the batch should be flushed based on the provided maximum element and byte thresholds, returning a boolean value."],["Documentation is provided for versions of `BatchResource` from 2.7.1 up to the latest 2.63.1, allowing for a variety of versions to be referenced."]]],[]]