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.
Implements
IMessage<Mutation>, IEquatable<Mutation>, IDeepCloneable<Mutation>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Mutation()
public Mutation()
Mutation(Mutation)
public Mutation(Mutation other)
Parameter | |
---|---|
Name | Description |
other | Mutation |
Properties
DeleteFromColumn
public Mutation.Types.DeleteFromColumn DeleteFromColumn { get; set; }
Deletes cells from a column.
Property Value | |
---|---|
Type | Description |
Mutation.Types.DeleteFromColumn |
DeleteFromFamily
public Mutation.Types.DeleteFromFamily DeleteFromFamily { get; set; }
Deletes cells from a column family.
Property Value | |
---|---|
Type | Description |
Mutation.Types.DeleteFromFamily |
DeleteFromRow
public Mutation.Types.DeleteFromRow DeleteFromRow { get; set; }
Deletes cells from the entire row.
Property Value | |
---|---|
Type | Description |
Mutation.Types.DeleteFromRow |
MutationCase
public Mutation.MutationOneofCase MutationCase { get; }
Property Value | |
---|---|
Type | Description |
Mutation.MutationOneofCase |
SetCell
public Mutation.Types.SetCell SetCell { get; set; }
Set a cell's value.
Property Value | |
---|---|
Type | Description |
Mutation.Types.SetCell |