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-25 UTC."],[[["The `ColumnFamily` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is used to define a set of columns within a Bigtable that share a common configuration."],["This class has a wide range of versions available, from 2.4.0 to the latest, which is 3.24.0 for the Google Bigtable Admin V2 API."],["The `ColumnFamily` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It provides two constructors: a default constructor and one that takes another `ColumnFamily` instance for initialization, allowing a copy constructor pattern."],["The `GcRule` property allows configuration of a garbage collection rule for the column family, with the size limit of the rule set to 500 bytes."]]],[]]