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, specifically for .NET development."],["The `ColumnFamily` class represents a set of columns within a Bigtable table that share a common configuration, and it inherits from the `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines different available versions of the API, ranging from the latest version, 3.24.0, down to version 2.4.0, including version 3.10.0."],["The webpage details the class's constructor and properties, including `GcRule`, which governs garbage collection behavior for the family, with a size limitation of 500 bytes."],["The class is in the `Google.Cloud.Bigtable.Admin.V2` namespace, and the documentation contains a link to every version available to check."]]],[]]