Google Bigtable v2 API - Class Mutation (3.4.0)

public sealed class Mutation : IMessage<Mutation>, IEquatable<Mutation>, IDeepCloneable<Mutation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class Mutation.

Specifies a particular change to be made to the contents of a row.

Inheritance

object > Mutation

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Mutation()

public Mutation()

Mutation(Mutation)

public Mutation(Mutation other)
Parameter
NameDescription
otherMutation

Properties

DeleteFromColumn

public Mutation.Types.DeleteFromColumn DeleteFromColumn { get; set; }

Deletes cells from a column.

Property Value
TypeDescription
MutationTypesDeleteFromColumn

DeleteFromFamily

public Mutation.Types.DeleteFromFamily DeleteFromFamily { get; set; }

Deletes cells from a column family.

Property Value
TypeDescription
MutationTypesDeleteFromFamily

DeleteFromRow

public Mutation.Types.DeleteFromRow DeleteFromRow { get; set; }

Deletes cells from the entire row.

Property Value
TypeDescription
MutationTypesDeleteFromRow

MutationCase

public Mutation.MutationOneofCase MutationCase { get; }
Property Value
TypeDescription
MutationMutationOneofCase

SetCell

public Mutation.Types.SetCell SetCell { get; set; }

Set a cell's value.

Property Value
TypeDescription
MutationTypesSetCell