[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]