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."],[[["The provided content outlines the `BulkMutation` class in the Google Cloud Bigtable C++ client library, detailing its various versions and functionalities for batching multiple row mutations."],["`BulkMutation` allows the efficient execution of multiple mutations on different rows in a single request to Cloud Bigtable, although these mutations are not atomic."],["The class offers multiple constructors to create a set of mutations, including methods to generate it from iterators, initializer lists, and single or multiple `SingleRowMutation` objects."],["Key methods of the class include `emplace_back` and `push_back` for adding mutations, `MoveTo` for transferring the mutations into a request, and `empty`, `size`, and `estimated_size_in_bytes` for managing and inspecting the mutation set."],["The content's latest version is 2.37.0-rc, and it is a part of the /cpp/docs/reference/bigtable section."]]],[]]