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 page 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 in a Bigtable table, with options to filter by timestamp range."],["The latest version documented is 3.17.0, and this page also provides links to documentation for various older versions, dating back to 2.2.0, allowing users to reference their specific version."],["The `DeleteFromColumn` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base .NET `Object` class."],["Key properties of the `DeleteFromColumn` class include `ColumnQualifier` (of type `ByteString`), `FamilyName` (of type `string`), and `TimeRange` (of type `TimestampRange`), which collectively define the scope of the deletion."]]],[]]