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.
Implements
IMessage<Mutation.Types.DeleteFromColumn>, IEquatable<Mutation.Types.DeleteFromColumn>, IDeepCloneable<Mutation.Types.DeleteFromColumn>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
DeleteFromColumn()
public DeleteFromColumn()
DeleteFromColumn(Mutation.Types.DeleteFromColumn)
public DeleteFromColumn(Mutation.Types.DeleteFromColumn other)
Parameter | |
---|---|
Name | Description |
other | Mutation.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
TimeRange
public TimestampRange TimeRange { get; set; }
The range of timestamps within which cells should be deleted.
Property Value | |
---|---|
Type | Description |
TimestampRange |