Google Bigtable v2 API - Class MutateRowsRequest.Types.Entry (3.11.0)

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.

Inheritance

object > MutateRowsRequest.Types.Entry

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Entry()

public Entry()

Entry(Entry)

public Entry(MutateRowsRequest.Types.Entry other)
Parameter
NameDescription
otherMutateRowsRequestTypesEntry

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
TypeDescription
RepeatedFieldMutation

RowKey

public ByteString RowKey { get; set; }

The key of the row to which the mutations should be applied.

Property Value
TypeDescription
ByteString