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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document outlines the `BulkMutation` class in the Google Cloud Bigtable C++ library, designed to efficiently manage multiple mutations across different rows."],["The `BulkMutation` class supports various constructors for creating mutation sets, including from iterators, initializer lists, and variadic arguments of `SingleRowMutation` objects."],["The class includes functions like `emplace_back`, `push_back`, and `MoveTo` for adding mutations and moving content to a `MutateRowsRequest`, respectively."],["It also provides methods like `empty()`, `size()`, and `estimated_size_in_bytes()` to check the status and size of the set of mutations."],["Multiple version of the `BulkMutation` class are available, with the latest release candidate version being 2.37.0-rc."]]],[]]