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-03-21 UTC."],[[["This page provides documentation for the `Family` class within the Google Bigtable v2 API for .NET, detailing its functionality and usage in specifying row/column family intersections within a table."],["The `Family` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest version of the API is 3.17.0, and the page lists a comprehensive history of available versions, from 3.17.0 down to 2.2.0, each with their own specific documentation."],["Key properties of the `Family` class include `Columns`, a collection of `Column` objects, and `Name`, a unique identifier for the family, which must conform to specific formatting and length constraints."],["The documentation offers two constructors for the `Family` class: a default constructor and one that allows creating a `Family` instance by copying properties from another `Family` object."]]],[]]