public sealed class MutateRowRequest : IMessage<MutateRowRequest>, IEquatable<MutateRowRequest>, IDeepCloneable<MutateRowRequest>, IBufferMessage, IMessage
Request message for Bigtable.MutateRow.
Implements
IMessage<MutateRowRequest>, IEquatable<MutateRowRequest>, IDeepCloneable<MutateRowRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
MutateRowRequest()
public MutateRowRequest()
MutateRowRequest(MutateRowRequest)
public MutateRowRequest(MutateRowRequest other)
Parameter | |
---|---|
Name | Description |
other | MutateRowRequest |
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 |
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 | |
---|---|
Type | Description |
RepeatedField<Mutation> |
RowKey
public ByteString RowKey { get; set; }
Required. The key of the row to which the mutation should be applied.
Property Value | |
---|---|
Type | Description |
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/<project>/instances/<instance>/tables/<table>
.
Property Value | |
---|---|
Type | Description |
String |
TableNameAsTableName
public TableName TableNameAsTableName { get; set; }
Google.Cloud.Bigtable.Common.V2.TableName-typed view over the TableName resource name property.
Property Value | |
---|---|
Type | Description |
Google.Cloud.Bigtable.Common.V2.TableName |