Represent a set of mutations across multiple rows.
Cloud Bigtable can batch multiple mutations in a single request. The mutations are not atomic, but it is more efficient to send them in a batch than to make multiple smaller requests.
Constructors
BulkMutation()
Create an empty set of mutations.
BulkMutation(Iterator, Iterator)
Create a multi-row mutation from a range of SingleRowMutations.
[[["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 `BulkMutation` class in the Google Cloud Bigtable C++ client library, with version 2.37.0-rc as the latest available version."],["`BulkMutation` facilitates sending multiple mutations to Cloud Bigtable in a single request, which are not atomic but more efficient than individual requests."],["The class supports various constructors, including creating empty mutation sets, or from a range of `SingleRowMutations`, initializer lists, or variadic lists."],["Key functions include `emplace_back`, `push_back` to add mutations, `MoveTo` to transfer content to `MutateRowsRequest`, and methods to check if the mutation set is empty and its size."],["There are multiple different versions of this doc to choose from ranging from 2.11.0 to 2.37.0-rc, each with their own url to navigate to."]]],[]]