public sealed class Intersection : IMessage<GcRule.Types.Intersection>, IEquatable<GcRule.Types.Intersection>, IDeepCloneable<GcRule.Types.Intersection>, IBufferMessage, IMessage
A GcRule which deletes cells matching all of the given rules.
[[["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 content pertains to the `GcRule.Types.Intersection` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is part of the Google Cloud Bigtable Admin V2 .NET library."],["This class, `Intersection`, is designed to represent a garbage collection rule that deletes cells that meet all specified rules, as it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides links to various versions of the library, ranging from version 3.24.0 (latest) down to 2.4.0, allowing developers to view the documentation relevant to the specific version of the library that they are using."],["The `Intersection` class includes a `Rules` property which is a `RepeatedField` of `GcRule`, and it is used to specify multiple rules for garbage collection."],["The `Intersection` class has two constructors, one that is parameterless and another that receives a `GcRule.Types.Intersection` object, allowing the creation of new intersection objects using various options."]]],[]]