public sealed class ReadModifyWriteRowRequest : IMessage<ReadModifyWriteRowRequest>, IEquatable<ReadModifyWriteRowRequest>, IDeepCloneable<ReadModifyWriteRowRequest>, IBufferMessage, IMessage
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\u003eThis webpage details the \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e class, which is used to construct requests for the \u003ccode\u003eBigtable.ReadModifyWriteRow\u003c/code\u003e operation within the Google Cloud Bigtable service.\u003c/p\u003e\n"],["\u003cp\u003eThe class, part of the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, is used to read, modify and write to a specified row within a Bigtable and implements multiple interfaces, including \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\u003eKey properties of \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e include \u003ccode\u003eAppProfileId\u003c/code\u003e for routing replication, \u003ccode\u003eRowKey\u003c/code\u003e to identify the target row, \u003ccode\u003eRules\u003c/code\u003e for transformations, and \u003ccode\u003eTableName\u003c/code\u003e specifying the table where operations should occur.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides links to documentation for various versions, ranging from version 2.2.0 up to the latest version, 3.17.0, for users to examine.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available, one of which allows users to create a \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e object and another that allows the passing of a \u003ccode\u003eReadModifyWriteRowRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]