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 provides documentation for the `DeleteFromFamily` class within the `Google.Cloud.Bigtable.V2` namespace, which is used to delete all cells from a specified column family in Bigtable."],["The `DeleteFromFamily` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work with Google's protocol buffer system."],["There are two constructors available for `DeleteFromFamily`: a default constructor and one that accepts another `DeleteFromFamily` object for copying."],["The `FamilyName` property, a string, is used to set or get the name of the column family that will have its cells deleted, and it must match the specified regex pattern `[-_.a-zA-Z0-9]+`."],["The page offers documentation across multiple versions of the `.Net` package ranging from version `2.2.0` up to `3.17.0` which is the latest available version."]]],[]]