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-21 UTC."],[[["This document outlines the `BulkMutation` class in the Google Cloud Bigtable C++ client library, focusing on its role in managing multiple mutations across different rows efficiently."],["The latest version of the documentation is `2.37.0-rc`, and it offers a history of prior versions going back to version `2.11.0`."],["`BulkMutation` objects can be created empty or initialized with various types of mutations, including iterators, initializer lists, or single row mutations."],["The `BulkMutation` class includes methods to add more mutations, move the data to a `MutateRowsRequest`, and to check the current number of mutations within the object."],["`BulkMutation` in the C++ library, allows to send multiple mutations at once to Cloud Bigtable, which results in a more efficient process than making smaller requests, but also implies that the mutations are not atomic."]]],[]]