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 details the `GcRule.Types.Intersection` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically focusing on version 2.7.0, along with links to documentation for other versions ranging from 2.4.0 to 3.24.0."],["The `Intersection` class is a concrete implementation of `GcRule` used to define a rule that deletes cells when they match all specified sub-rules, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It provides two constructors: a default constructor `Intersection()` and an overloaded one `Intersection(GcRule.Types.Intersection other)` that facilitates creating a copy of an existing `GcRule.Types.Intersection` object."],["The `Rules` property, of type `RepeatedField\u003cGcRule\u003e`, determines the set of rules that must all be satisfied for a cell to be deleted."],["The content also outlines a list of inherited members from the object class, which are GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]