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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteFromFamily\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, is used to define a mutation that removes all cells from a specified column family in Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality comparison, deep cloning, and buffer message support.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteFromFamily\u003c/code\u003e objects can be created using a default constructor or a copy constructor, which allows creating a new object based on an existing \u003ccode\u003eDeleteFromFamily\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFamilyName\u003c/code\u003e property is a string that specifies the name of the column family to be deleted, and it must adhere to the pattern \u003ccode\u003e[-_.a-zA-Z0-9]+\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe current latest version available for the \u003ccode\u003eDeleteFromFamily\u003c/code\u003e is version \u003ccode\u003e3.17.0\u003c/code\u003e, and there are many previous versions available to be used, all the way back to version \u003ccode\u003e2.2.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]