public sealed class Mutation.Types.DeleteFromFamily : IMessage<Mutation.Types.DeleteFromFamily>, IEquatable<Mutation.Types.DeleteFromFamily>, IDeepCloneable<Mutation.Types.DeleteFromFamily>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.DeleteFromFamily.
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 webpage provides reference documentation for the `Mutation.Types.DeleteFromFamily` class within the Google Bigtable v2 API, specifically in the .NET context."],["The `DeleteFromFamily` class, as described, is designed for creating mutations that delete all cells from a specified column family in Google Bigtable."],["The documentation lists various versions of the `DeleteFromFamily` class, ranging from version 2.2.0 to the latest 3.17.0, allowing users to view the documentation corresponding to their needed version."],["`DeleteFromFamily` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and usage within the Google.Protobuf library."],["The `FamilyName` property is a key component of the `DeleteFromFamily` class, allowing users to specify the target family for deletion with requirements of the value matching `[-_.a-zA-Z0-9]+`."]]],[]]