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 document outlines the `BulkMutation` class in the Google Cloud Bigtable C++ client library, specifically for version 2.16.0, and includes links to documentation for newer versions up to 2.37.0-rc."],["`BulkMutation` enables sending multiple mutations to Cloud Bigtable in a single request, enhancing efficiency compared to individual requests, though it is not atomic."],["The class provides several constructors to create bulk mutations from various sources, such as iterators, initializer lists, single-row mutations, and variadic lists."],["Key functions of `BulkMutation` include `emplace_back`, `push_back` to add mutations, `MoveTo` to convert to a `MutateRowsRequest`, and methods like `empty`, `size`, and `estimated_size_in_bytes` to get information about the set."],["The BulkMutation Class can be used to represent a set of mutations across multiple rows, enabling the batching of mutations in a single request."]]],[]]