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-21 UTC."],[[["This webpage provides documentation for the `GcRule.Types.Intersection` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET framework."],["The latest version of the documentation available is 3.24.0, with multiple previous versions listed, including the version this documentation is for (3.1.0)."],["The `GcRule.Types.Intersection` class is designed to represent a garbage collection rule that deletes cells based on the intersection of multiple rules."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["The `Rules` property of the `GcRule.Types.Intersection` class is a `RepeatedField` of `GcRule` objects, which specifies the set of rules used to determine which cells to delete."]]],[]]