public sealed class MutateRowsRequest.Types.Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsRequest.Types.Entry.
A mutation for a given row.
Implements
IMessageMutateRowsRequestTypesEntry, IEquatableMutateRowsRequestTypesEntry, IDeepCloneableMutateRowsRequestTypesEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Entry()
public Entry()
Entry(Entry)
public Entry(MutateRowsRequest.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other |
MutateRowsRequestTypesEntry |
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 |
RepeatedFieldMutation |
RowKey
public ByteString RowKey { get; set; }
The key of the row to which the mutations
should be applied.
Property Value | |
---|---|
Type | Description |
ByteString |