Google Bigtable v2 API - Class MutateRowRequest (3.11.0)

public sealed class MutateRowRequest : IMessage<MutateRowRequest>, IEquatable<MutateRowRequest>, IDeepCloneable<MutateRowRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class MutateRowRequest.

Request message for Bigtable.MutateRow.

Inheritance

object > MutateRowRequest

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

MutateRowRequest()

public MutateRowRequest()

MutateRowRequest(MutateRowRequest)

public MutateRowRequest(MutateRowRequest other)
Parameter
NameDescription
otherMutateRowRequest

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

AuthorizedViewName

public string AuthorizedViewName { get; set; }

Optional. The unique name of the AuthorizedView to which the mutation should be applied.

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

Property Value
TypeDescription
string

AuthorizedViewNameAsAuthorizedViewName

public AuthorizedViewName AuthorizedViewNameAsAuthorizedViewName { get; set; }

AuthorizedViewName-typed view over the AuthorizedViewName resource name property.

Property Value
TypeDescription
AuthorizedViewName

Mutations

public RepeatedField<Mutation> Mutations { get; }

Required. Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.

Property Value
TypeDescription
RepeatedFieldMutation

RowKey

public ByteString RowKey { get; set; }

Required. The key of the row to which the mutation should be applied.

Property Value
TypeDescription
ByteString

TableName

public string TableName { get; set; }

Optional. The unique name of the table to which the mutation 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