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 outlines the \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, which supports atomic read, modify, and write operations on a specified column in Google Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThis class is available across multiple versions, from 2.2.0 to the latest version, 3.17.0, as indicated by the versioned links in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality and integration within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class include \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 the specifics of the read/modify/write operations.\u003c/p\u003e\n"],["\u003cp\u003eThe main purpose of this class is to allow appending a value or incrementing a value in a column cell atomically, and can take two constructors for instantiating a new object.\u003c/p\u003e\n"]]],[],null,[]]