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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DeleteFromColumn` class within the `Google.Cloud.Bigtable.V2` namespace, which is a part of the .NET library for Google Cloud Bigtable."],["`DeleteFromColumn` is a type of `Mutation` used to remove cells from a specified column, and it supports restricting deletions to a certain timestamp range."],["The `DeleteFromColumn` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer operations."],["The class offers two constructors, a default one and another that accepts a `Mutation.Types.DeleteFromColumn` object for cloning purposes."],["Key properties of `DeleteFromColumn` include `ColumnQualifier` (the column to delete from), `FamilyName` (the family of the column), and `TimeRange` (the timestamp range for deletion)."]]],[]]