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 page provides documentation for the `ColumnFamily` class within the `Google.Cloud.Bigtable.Admin.V2` namespace in .NET, with version 3.24.0 being the latest available and a total of 31 versions listed."],["`ColumnFamily` represents a set of columns within a table that share a common configuration, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ColumnFamily` class includes a `GcRule` property, which is used to define garbage collection rules for the column family, and is limited to 500 bytes when serialized."],["The class offers 2 constructors: the default `ColumnFamily()` constructor, and a constructor that accepts another `ColumnFamily` as a parameter, `ColumnFamily(ColumnFamily other)`."],["The `ColumnFamily` class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]