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."],[[["The page provides reference documentation for the `Mutation.Types.DeleteFromFamily` class within the Google Bigtable v2 API, allowing for the deletion of all cells from a specified column family."],["This `DeleteFromFamily` class is part of the `Google.Cloud.Bigtable.V2` namespace and is found within the `Google.Cloud.Bigtable.V2.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The documentation lists available versions of the API, ranging from the latest (3.17.0) to version 2.2.0, with the current version covered on the page being 3.11.0."],["It contains information about the `FamilyName` property, a string that represents the name of the column family to be deleted, and specifies the required format, which must match `[-_.a-zA-Z0-9]+`."]]],[]]