public sealed class Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
A mutation for a given row.
Implements
IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Entry()
public Entry()
Entry(MutateRowsRequest.Types.Entry)
public Entry(MutateRowsRequest.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other | MutateRowsRequest.Types.Entry |
Properties
Mutations
public RepeatedField<Mutation> Mutations { get; }
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
Property Value | |
---|---|
Type | Description |
RepeatedField<Mutation> |
RowKey
public ByteString RowKey { get; set; }
The key of the row to which the mutations
should be applied.
Property Value | |
---|---|
Type | Description |
ByteString |