[[["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 page details the configuration options for the `MutationBatcher` in the Google Cloud Bigtable C++ client library, specifically for version 2.16.0."],["The `MutationBatcher`'s behavior can be controlled by setting limits on the maximum number of mutations per batch, the maximum size per batch, and the maximum number of outstanding RPCs."],["You can use `SetMaxMutationsPerBatch()` to set the number of maximum mutations in a single RPC, and `SetMaxSizePerBatch()` to set the maximum total size of mutations within a single RPC."],["The `MutationBatcher` can limit the total number of mutations admitted through `SetMaxOutstandingMutations()`, or limit the total size of admitted mutations via `SetMaxOutstandingSize()`."],["There is an extensive list of previous versions of this struct, `MutationBatcher::Options`, to help with implementation in different library versions, all the way back to 2.11.0 and up to 2.37.0-rc."]]],[]]