public sealed class ReadModifyWriteRowRequest : IMessage<ReadModifyWriteRowRequest>, IEquatable<ReadModifyWriteRowRequest>, IDeepCloneable<ReadModifyWriteRowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadModifyWriteRowRequest.
public RepeatedField<ReadModifyWriteRule> Rules { get; }
Required. Rules specifying how the specified row's contents are to be transformed
into writes. Entries are applied in order, meaning that earlier rules will
affect the results of later ones.
Required. The unique name of the table to which the read/modify/write rules should be
applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>.
[[["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 \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e class in the Google Bigtable v2 API is used to request modifications to a row in a table, and it implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties like \u003ccode\u003eAppProfileId\u003c/code\u003e for routing replication, \u003ccode\u003eRowKey\u003c/code\u003e for the row to modify, \u003ccode\u003eRules\u003c/code\u003e for specifying the modification actions, and \u003ccode\u003eTableName\u003c/code\u003e to identify the target table.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is for version 3.17.0, and a detailed list of past version documentation, from 3.16.0 back to 2.2.0 is provided, ensuring comprehensive historical reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports two constructors: one default and one that accepts another \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e object for parameter, enabling the creation of new instances.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e inherits from the base Object class and includes inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, providing standard object operations.\u003c/p\u003e\n"]]],[],null,[]]