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 webpage provides documentation for the `ColumnFamily` class within the `Google.Cloud.Bigtable.Admin.V2` namespace in .NET, with the latest version being 3.24.0 and versions dating back to 2.4.0."],["`ColumnFamily` represents a set of columns within a Bigtable table that share a common configuration, inheriting from the base `Object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ColumnFamily` class has two constructors, a default constructor `ColumnFamily()` and an overloaded constructor `ColumnFamily(ColumnFamily other)` for creating a copy."],["The `ColumnFamily` class has one property called `GcRule`, of type `GcRule`, which is used to specify garbage collection rules for the family, with a maximum size limit of 500 bytes when serialized."]]],[]]