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 page details the `BulkMutation` class for the Google Cloud Bigtable C++ client library, focusing on managing multiple mutations across different rows."],["The `BulkMutation` class allows for creating sets of mutations through various constructors, including empty sets, ranges of `SingleRowMutations`, initializer lists, and variadic lists, among others."],["The class includes functions to modify a set of mutations, such as `emplace_back` and `push_back`, and allows the moving of its contents into a `google::bigtable::v2::MutateRowsRequest`."],["Utilities are provided to determine the status of the mutations, such as checking if the set is empty with `empty()` and determining the size or estimated size in bytes with `size()` and `estimated_size_in_bytes()`."],["The documentation provides an overview of versions, including the latest release candidate, `2.37.0-rc`, and goes back as far as version `2.11.0`."]]],[]]