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."],[[["This webpage provides documentation for the `ColumnFamily` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `ColumnFamily` class represents a set of columns within a Bigtable table that share a common configuration, and has version history from 3.24.0 (latest) to 2.4.0."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its structured usage in .NET."],["Key properties of the `ColumnFamily` class include `GcRule` for garbage collection settings and `ValueType` to define the type of data stored in the family's cell values."],["There are 2 constructors available to create instances of the `ColumnFamily` object, one is default, the other takes in another ColumnFamily object as a parameter."]]],[]]