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 within the Google Cloud Bigtable C++ client library, focusing on version 2.23.0 and its associated versions up to 2.37.0-rc."],["`BulkMutation` allows for batching multiple mutations across different rows into a single request for efficiency, although these mutations are not atomic."],["The `BulkMutation` class offers several constructors to create a set of mutations, including options for empty sets, ranges of `SingleRowMutations`, initializer lists, or variadic arguments."],["Key functions of `BulkMutation` include adding mutations via `emplace_back` and `push_back`, moving the mutations into a `MutateRowsRequest` with `MoveTo`, and checking the status of mutations with `empty`, `size`, and `estimated_size_in_bytes`."],["The latest version available for this class is `2.37.0-rc` while the documented version is `2.23.0`."]]],[]]