Class MutateRowsRequest.Types.Entry (3.0.0)

public sealed class Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage

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(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