Google Bigtable v2 API - Class ReadModifyWriteRowRequest (3.4.0)

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.

Inheritance

object > ReadModifyWriteRowRequest

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ReadModifyWriteRowRequest()

public ReadModifyWriteRowRequest()

ReadModifyWriteRowRequest(ReadModifyWriteRowRequest)

public ReadModifyWriteRowRequest(ReadModifyWriteRowRequest other)
Parameter
NameDescription
otherReadModifyWriteRowRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedFieldReadModifyWriteRule

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
TypeDescription
string

TableNameAsTableName

public TableName TableNameAsTableName { get; set; }

TableName-typed view over the TableName resource name property.

Property Value
TypeDescription
TableName