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-14 UTC."],[[["This webpage details the `BulkMutation` class in the Google Cloud Bigtable C++ client library, providing a way to batch multiple mutations across different rows for improved efficiency."],["The `BulkMutation` class offers multiple constructors to create mutation sets, including from iterators, initializer lists, or single/multiple `SingleRowMutation` objects."],["Key functions of the `BulkMutation` class include `emplace_back`, `push_back` to add mutations, `MoveTo` to move contents into a `MutateRowsRequest`, and `empty`, `size`, and `estimated_size_in_bytes` for inspecting the mutation set."],["The content covers a wide range of versions from `2.37.0-rc` down to `2.11.0` of the C++ client library, with the most recent version displayed first."]]],[]]