[[["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 document details the configuration options for the `MutationBatcher` in the Google Cloud Bigtable C++ client library, specifically version 2.17.0."],["The latest version available is 2.37.0-rc, with a range of previous versions, going down to 2.11.0, also accessible via provided links."],["Configuration settings include defining the maximum number of mutations per batch with `SetMaxMutationsPerBatch`, and setting the maximum size per batch using `SetMaxSizePerBatch`."],["Other configuration functions that are available are `SetMaxBatches` to control the number of outstanding RPCs, `SetMaxOutstandingSize` to limit total admitted mutations size, and `SetMaxOutstandingMutations` to limit admitted mutations."],["Each function, `SetMaxMutationsPerBatch`, `SetMaxSizePerBatch`, `SetMaxBatches`, `SetMaxOutstandingSize` and `SetMaxOutstandingMutations`, can be called, each taking a `size_t` input, and they all return an `Options &`."]]],[]]