The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match [-_.a-zA-Z0-9]+, except that AggregatingRowProcessors may
produce cells in a sentinel family with an empty name.
Must be no greater than 64 characters in length.
[[["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-06-12 UTC."],[[["The latest version of the `Google.Cloud.Bigtable.V2.Family` is 3.17.0, and this page provides documentation for versions ranging from 3.17.0 down to 2.2.0."],["The `Family` class represents the contents of a single row/column family intersection within a Bigtable table and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Family` class has two constructors: a default one (`Family()`) and one that takes another `Family` object as a parameter (`Family(Family other)`)."],["The class includes two main properties, `Columns` and `Name`, where `Columns` is a collection of columns sorted by increasing qualifier, and `Name` is a unique key identifying the family within its row, with specific formatting requirements."],["This documentation page lists the inherited members of the object class for the family such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]