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, with the current version being 3.13.0."],["The `ColumnFamily` class represents a set of columns in a Bigtable table that share a common configuration, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists all available versions of the `ColumnFamily` class, ranging from version 3.24.0 (latest) down to 2.4.0."],["The `ColumnFamily` class has two constructors, one default and one that accepts another `ColumnFamily` object, and it features two properties: `GcRule` for specifying garbage collection rules and `ValueType` for defining the data type of the family's cell values."],["Garbage collection for a `ColumnFamily` executes in the background, so data matching the active GC expression may still be visible in reads."]]],[]]