Garbage collection rule specified as a protobuf.
Must serialize to at most 500 bytes.
NOTE: Garbage collection executes opportunistically in the background, and
so it's possible for reads to return a cell even if it matches the active
GC expression for its 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 provided content is the reference documentation for the `ColumnFamily` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["This documentation outlines the `ColumnFamily` class's purpose, which is to represent a set of columns within a Bigtable table that share a common configuration."],["The `ColumnFamily` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with .NET's object-oriented and data handling mechanisms."],["Key properties of the `ColumnFamily` class include `GcRule`, which defines the garbage collection rule for the column family, and `ValueType`, which specifies the type of data stored in the family's cell values, with `Aggregate` currently the only supported type."],["The content also includes a comprehensive list of available versions, starting from 3.24.0 down to 2.4.0, allowing users to access documentation for prior versions."]]],[]]