[[["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.34.0."],["The latest release candidate (2.37.0-rc) and several prior versions, dating back to 2.11.0, of the `MutationBatcher` are accessible on the page, allowing comparison of configurations across releases."],["`MutationBatcher` configuration options include setting limits on the number of mutations per batch, the size of mutations per batch, the number of outstanding RPCs, the maximum outstanding size, and the total number of outstanding mutations."],["The primary functions available for configuration are `SetMaxMutationsPerBatch`, `SetMaxSizePerBatch`, `SetMaxBatches`, `SetMaxOutstandingSize`, and `SetMaxOutstandingMutations`, each returning `Options &` to permit method chaining."],["The options are configured using `size_t` parameters to indicate the maximum values for the `MutationBatcher` to utilize in its operations."]]],[]]