[[["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 provides documentation for the `MutationBatcher::Options` in the Google Cloud Bigtable C++ client library, detailing its configuration settings."],["The latest version available is `2.37.0-rc`, with multiple prior versions listed, ranging down to `2.11.0`."],["The documentation outlines several configurable options for `MutationBatcher`, including setting limits on the maximum number of mutations per batch using `SetMaxMutationsPerBatch`."],["You can also configure the maximum size of mutations per batch with `SetMaxSizePerBatch`, the maximum number of outstanding RPCs with `SetMaxBatches`, the maximum total size of mutations via `SetMaxOutstandingSize`, and the maximum number of mutations with `SetMaxOutstandingMutations`."],["Each of these functions (`SetMaxMutationsPerBatch`, `SetMaxSizePerBatch`, etc.) takes a `size_t` parameter and returns `Options &` allowing for method chaining."]]],[]]