public sealed class Mutation.Types.DeleteFromColumn : IMessage<Mutation.Types.DeleteFromColumn>, IEquatable<Mutation.Types.DeleteFromColumn>, IDeepCloneable<Mutation.Types.DeleteFromColumn>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.DeleteFromColumn.
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
Implements
IMessageMutationTypesDeleteFromColumn, IEquatableMutationTypesDeleteFromColumn, IDeepCloneableMutationTypesDeleteFromColumn, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
DeleteFromColumn()
public DeleteFromColumn()DeleteFromColumn(DeleteFromColumn)
public DeleteFromColumn(Mutation.Types.DeleteFromColumn other)| Parameter | |
|---|---|
| Name | Description |
other |
MutationTypesDeleteFromColumn |
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 |
|