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 page provides reference documentation for the `Mutation.Types.DeleteFromFamily` class within the Google Bigtable v2 API, specifically for the .NET environment."],["The `DeleteFromFamily` class is used to delete all cells from a specified column family in Google Bigtable, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the inheritance hierarchy, listing `object` as the parent and `Mutation.Types.DeleteFromFamily` as the child."],["The provided content includes a comprehensive list of available versions of the `DeleteFromFamily` class, ranging from the latest `3.17.0` down to `2.2.0`, along with links to the respective documentation for each version."],["The key property, `FamilyName`, is detailed, including the expected string format."]]],[]]