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."],[[["The page details the `DeleteFromColumn` class within the `Google.Cloud.Bigtable.V2` namespace, which is a type of mutation for deleting cells from a specified column in Google Cloud Bigtable."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteFromColumn` class has two constructors, one default and another that takes another `DeleteFromColumn` instance for copying, providing a means to create and duplicate delete operations."],["Key properties include `ColumnQualifier` (a `ByteString` defining the column to delete from), `FamilyName` (a string specifying the family), and `TimeRange` (a `TimestampRange` to define the time window for deletions)."],["The page also lists available versions of the related API, with `3.17.0` being the most recent and `2.2.0` being the oldest available on the page, along with links to older versions of the API."]]],[]]