Google Bigtable v2 API - Class ReadModifyWriteRowRequest (3.13.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

Google.Cloud.Bigtable.V2

Assembly

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

AuthorizedViewName

public string AuthorizedViewName { get; set; }

Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied.

Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

Property Value
Type Description
string

AuthorizedViewNameAsAuthorizedViewName

public AuthorizedViewName AuthorizedViewNameAsAuthorizedViewName { get; set; }

AuthorizedViewName-typed view over the AuthorizedViewName resource name property.

Property Value
Type Description
AuthorizedViewName

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
RepeatedFieldReadModifyWriteRule

TableName

public string TableName { get; set; }

Optional. 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; }

TableName-typed view over the TableName resource name property.

Property Value
Type Description
TableName