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 for .NET."],["The latest version available is 3.24.0, with a range of other versions listed down to 2.4.0, allowing navigation through different releases."],["`ColumnFamily` is a class that represents a set of columns within a table that share a common configuration, and it inherits from `object` while implementing several interfaces like `IMessage` and `IEquatable`."],["The `ColumnFamily` class includes properties such as `GcRule` for garbage collection rules, and `ValueType` which specifies the data type stored within the column family cells, currently supporting only the `Aggregate` type."],["The webpage includes details on the class's constructors, inherited members, namespace, assembly, and parameters for those who wish to use the columnFamily class in their dotnet projects."]]],[]]