public sealed class ReadModifyWriteRule : IMessage<ReadModifyWriteRule>, IEquatable<ReadModifyWriteRule>, IDeepCloneable<ReadModifyWriteRule>, IBufferMessage, IMessage
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
Rule specifying that increment_amount be added to the existing value.
If the targeted cell is unset, it will be treated as containing a zero.
Otherwise, the targeted cell must contain an 8-byte value (interpreted
as a 64-bit big-endian signed integer), or the entire request will fail.
[[["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-08-12 UTC."],[[["\u003cp\u003eThe provided content is for the \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace in .NET, specifically version 2.5.0, and displays documentation and versions of the class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class facilitates atomic read/modify/write operations on a specified column's latest value, inheriting from Object and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eAppendValue\u003c/code\u003e, \u003ccode\u003eColumnQualifier\u003c/code\u003e, \u003ccode\u003eFamilyName\u003c/code\u003e, \u003ccode\u003eIncrementAmount\u003c/code\u003e, and \u003ccode\u003eRuleCase\u003c/code\u003e, which define how the modification is performed.\u003c/p\u003e\n"],["\u003cp\u003eThere are various versions of \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e, with 3.17.0 being the latest, indicating the evolution of this class within the Google Cloud Bigtable .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe document details the available constructors for the \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class, which is a default constructor and one which takes in another \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]