[[["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-05 UTC."],[[["This page provides documentation for the `MutationBatcher::Options` in the Google Cloud Bigtable C++ library, with version 2.37.0-rc being the latest available."],["The documentation outlines configuration options for managing batch operations, including setting the maximum number of mutations per batch via `SetMaxMutationsPerBatch(size_t)`."],["You can configure the maximum size of mutations in a single RPC using the `SetMaxSizePerBatch(size_t)` function, measured by summing the sizes of mutations."],["`SetMaxBatches(size_t)` allows you to limit the maximum number of outstanding RPCs, excluding retries, which is useful for controlling concurrent requests."],["`SetMaxOutstandingSize(size_t)` & `SetMaxOutstandingMutations(size_t)` allow you to set limitations on the total size of mutations and the number of admitted mutations, respectively, for a `MutationBatcher`."]]],[]]