Class MutateRowRequest (2.5.0)

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

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

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
RepeatedField<Mutation>

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

Required. The unique name of the table to which the mutation should be applied. Values are of the form projects/&lt;project>/instances/&lt;instance>/tables/&lt;table>.

Property Value
TypeDescription
String

TableNameAsTableName

public TableName TableNameAsTableName { get; set; }

TableName-typed view over the TableName resource name property.

Property Value
TypeDescription
TableName