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 details the `ColumnFamily` class within the Google Cloud Bigtable Administration v2 API for .NET, including its various version references."],["`ColumnFamily` represents a set of columns in a Bigtable table that share a common configuration, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ColumnFamily` class offers two constructors: a default one and another that takes another `ColumnFamily` instance as a parameter."],["Key properties of the `ColumnFamily` include `GcRule`, which defines the garbage collection rule for the family, and `ValueType`, which specifies the type of data stored in the family's cells."],["The latest version available for `ColumnFamily` within the listed versions is `3.24.0`, while the current selected version within the context of the page is `3.19.0`."]]],[]]