Class Mutation.Types.DeleteFromColumn (2.3.0)

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

A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.

Inheritance

Object > Mutation.Types.DeleteFromColumn

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

DeleteFromColumn()

public DeleteFromColumn()

DeleteFromColumn(Mutation.Types.DeleteFromColumn)

public DeleteFromColumn(Mutation.Types.DeleteFromColumn other)
Parameter
NameDescription
otherMutation.Types.DeleteFromColumn

Properties

ColumnQualifier

public ByteString ColumnQualifier { get; set; }

The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.

Property Value
TypeDescription
ByteString

FamilyName

public string FamilyName { get; set; }

The name of the family from which cells should be deleted. Must match [-_.a-zA-Z0-9]+

Property Value
TypeDescription
String

TimeRange

public TimestampRange TimeRange { get; set; }

The range of timestamps within which cells should be deleted.

Property Value
TypeDescription
TimestampRange