Class Mutation (2.3.0)

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

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

Inheritance

Object > Mutation

Namespace

Google.Cloud.Bigtable.V2

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
Mutation.Types.DeleteFromColumn

DeleteFromFamily

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

Deletes cells from a column family.

Property Value
TypeDescription
Mutation.Types.DeleteFromFamily

DeleteFromRow

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

Deletes cells from the entire row.

Property Value
TypeDescription
Mutation.Types.DeleteFromRow

MutationCase

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

SetCell

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

Set a cell's value.

Property Value
TypeDescription
Mutation.Types.SetCell