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-05 UTC."],[[["This page details the `BulkMutation` class in the Google Cloud Bigtable C++ client library, providing documentation for versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`BulkMutation` represents a set of non-atomic mutations across multiple rows in Bigtable, allowing for more efficient batch operations."],["The class offers several constructors to create `BulkMutation` objects, including creating from a range of `SingleRowMutations`, an initializer list, a single `SingleRowMutation`, or a variadic list."],["Key functions include `emplace_back` and `push_back` to add mutations, `MoveTo` to transfer mutations into a `MutateRowsRequest`, and `empty`, `size`, and `estimated_size_in_bytes` to check state and size."]]],[]]