[[["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-14 UTC."],[[["This page provides documentation for the `MutationBatcher::Options` struct in the Google Cloud Bigtable C++ client library, with the most recent version being `2.37.0-rc`."],["The `MutationBatcher::Options` struct allows users to configure parameters to optimize the batching of mutations, which are changes to data, before sending them to Cloud Bigtable."],["You can configure the maximum number of mutations per batch using `SetMaxMutationsPerBatch`, or set the maximum combined size of all mutations in a batch via `SetMaxSizePerBatch`."],["Users can also control the number of outstanding RPCs with `SetMaxBatches`, and the total number of allowed outstanding mutations through the function `SetMaxOutstandingMutations`, or adjust total size with `SetMaxOutstandingSize`."],["The documentation provides links to the `MutationBatcher::Options` for past releases, dating back to version 2.11.0."]]],[]]