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 within the `Google.Cloud.Bigtable.V2` namespace, which is a part of the Google Cloud Bigtable .NET client library."],["`DeleteFromFamily` is a type of `Mutation` used to remove all cells from a specified column family in Bigtable, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions of the `DeleteFromFamily` class are listed, ranging from the latest version 3.17.0 down to version 2.2.0, with links to the documentation for each version."],["The `DeleteFromFamily` class has two constructors, a default one and another that accepts another `DeleteFromFamily` object as a parameter, and has one property `FamilyName`, which is a string, used to identify the family to be deleted."]]],[]]