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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eDeleteFromColumn\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, which is a part of the .NET library for Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteFromColumn\u003c/code\u003e is a type of \u003ccode\u003eMutation\u003c/code\u003e used to remove cells from a specified column, and it supports restricting deletions to a certain timestamp range.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteFromColumn\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, comparison, cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default one and another that accepts a \u003ccode\u003eMutation.Types.DeleteFromColumn\u003c/code\u003e object for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDeleteFromColumn\u003c/code\u003e include \u003ccode\u003eColumnQualifier\u003c/code\u003e (the column to delete from), \u003ccode\u003eFamilyName\u003c/code\u003e (the family of the column), and \u003ccode\u003eTimeRange\u003c/code\u003e (the timestamp range for deletion).\u003c/p\u003e\n"]]],[],null,[]]