Define the interfaces to create ReadWriteModifyRule operations.
Cloud Bigtable has operations to perform atomic updates to a row, such as incrementing an integer value or appending to a string value. The changes are represented by a ReadModifyWriteRule operations. One or much such operations can be sent in a single request. This class helps users create the operations through a more idiomatic C++ interface.
[[["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 `ReadModifyWriteRule` class in the C++ Bigtable library, designed for performing atomic updates on rows."],["The class supports creating operations to either append a string value or increment an integer value within a specified column."],["The latest version available is `2.37.0-rc`, with a list of previous versions provided down to version `2.11.0`."],["The `ReadModifyWriteRule` class provides methods like `AppendValue` and `IncrementAmount` to help create `ReadModifyWriteRule` operations and includes methods to move or return the filter expression."],["`ReadModifyWriteRule` operations can be used to perform multiple updates to a row within a single request."]]],[]]