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.
Request message for Bigtable.ReadModifyWriteRow.
Implements
IMessage<ReadModifyWriteRowRequest>, IEquatable<ReadModifyWriteRowRequest>, IDeepCloneable<ReadModifyWriteRowRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ReadModifyWriteRowRequest()
public ReadModifyWriteRowRequest()
ReadModifyWriteRowRequest(ReadModifyWriteRowRequest)
public ReadModifyWriteRowRequest(ReadModifyWriteRowRequest other)
Parameter | |
---|---|
Name | Description |
other | ReadModifyWriteRowRequest |
Properties
AppProfileId
public string AppProfileId { get; set; }
This value specifies routing for replication. If not specified, the "default" application profile will be used.
Property Value | |
---|---|
Type | Description |
String |
RowKey
public ByteString RowKey { get; set; }
Required. The key of the row to which the read/modify/write rules should be applied.
Property Value | |
---|---|
Type | Description |
ByteString |
Rules
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<ReadModifyWriteRule> |
TableName
public string TableName { get; set; }
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>
.
Property Value | |
---|---|
Type | Description |
String |
TableNameAsTableName
public TableName TableNameAsTableName { get; set; }
Property Value | |
---|---|
Type | Description |
TableName |