public sealed class 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 page provides documentation for the `Mutation.Types.DeleteFromColumn` class in the Google Bigtable v2 API, which is used to delete cells from a specified column."],["The documentation includes versioned links, with version 3.17.0 being the latest, along with past versions ranging from 3.16.0 down to 2.2.0, all referencing the `DeleteFromColumn` class."],["The `DeleteFromColumn` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DeleteFromColumn` class has properties such as `ColumnQualifier`, `FamilyName`, and `TimeRange`, which allow for specific targeting of the cells to be deleted."],["The documentation lists the constructors `DeleteFromColumn()` and `DeleteFromColumn(Mutation.Types.DeleteFromColumn other)` to instantiate the `DeleteFromColumn` class."]]],[]]