public sealed class DeleteFromFamily : IMessage<Mutation.Types.DeleteFromFamily>, IEquatable<Mutation.Types.DeleteFromFamily>, IDeepCloneable<Mutation.Types.DeleteFromFamily>, IBufferMessage, IMessage
A Mutation which deletes all cells from the specified column family.
[[["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 details the `DeleteFromFamily` class, a type of `Mutation` in the `Google.Cloud.Bigtable.V2` namespace used to delete all cells from a specified column family within Google Cloud Bigtable."],["The latest version of this reference is 3.17.0, with multiple prior versions listed, down to version 2.2.0."],["The `DeleteFromFamily` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a `DeleteFromFamily` object, either as a new instance or by cloning another existing instance, and has a `FamilyName` property."],["This class allows the user to set the family name from which cells should be removed; the family name must adhere to the `[-_.a-zA-Z0-9]+` format."]]],[]]