public sealed class Mutation.Types.DeleteFromColumn : IMessage<Mutation.Types.DeleteFromColumn>, IEquatable<Mutation.Types.DeleteFromColumn>, IDeepCloneable<Mutation.Types.DeleteFromColumn>, IBufferMessage, IMessage
Reference 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.
[[["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 document provides reference documentation for the `Mutation.Types.DeleteFromColumn` class within the Google Bigtable v2 API, specifically in the .NET context."],["The `DeleteFromColumn` class, found in the `Google.Cloud.Bigtable.V2` namespace, is used to define a mutation that deletes cells from a specified column, optionally within a timestamp range."],["It has various version links, with the latest version being 3.17.0, and it provides access to versions as far back as 2.2.0, but the current version the page is on is version 3.12.0."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has constructors allowing for creation of a new instance or cloning from another `DeleteFromColumn` instance."],["Key properties of `DeleteFromColumn` include `ColumnQualifier`, `FamilyName`, and `TimeRange`, which define the column, family, and timestamp range for deletions, respectively."]]],[]]