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\u003eThe page details the \u003ccode\u003eDeleteFromColumn\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, which is a type of mutation for deleting cells from a specified column in Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteFromColumn\u003c/code\u003e class has two constructors, one default and another that takes another \u003ccode\u003eDeleteFromColumn\u003c/code\u003e instance for copying, providing a means to create and duplicate delete operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eColumnQualifier\u003c/code\u003e (a \u003ccode\u003eByteString\u003c/code\u003e defining the column to delete from), \u003ccode\u003eFamilyName\u003c/code\u003e (a string specifying the family), and \u003ccode\u003eTimeRange\u003c/code\u003e (a \u003ccode\u003eTimestampRange\u003c/code\u003e to define the time window for deletions).\u003c/p\u003e\n"],["\u003cp\u003eThe page also lists available versions of the related API, with \u003ccode\u003e3.17.0\u003c/code\u003e being the most recent and \u003ccode\u003e2.2.0\u003c/code\u003e being the oldest available on the page, along with links to older versions of the API.\u003c/p\u003e\n"]]],[],null,[]]