public sealed class Intersection : IMessage<GcRule.Types.Intersection>, IEquatable<GcRule.Types.Intersection>, IDeepCloneable<GcRule.Types.Intersection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GcRule.Types.Intersection.
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."],[[["This page provides documentation for the `GcRule.Types.Intersection` class within the Google Cloud Bigtable Administration v2 API, specifically in the .NET context."],["The `GcRule.Types.Intersection` class is designed to define a rule that deletes cells only if they match all of the specified rules, which can be accessed through the `Rules` property."],["The page lists different versions of the documentation, ranging from version 3.24.0 (latest) down to 2.4.0, showcasing the history of changes to the `Google.Cloud.Bigtable.Admin.V2.GcRule.Types.Intersection` class."],["This class inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with the base `Object` class, and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["There are two constructors provided for this class, the default `Intersection()` constructor and the `Intersection(GcRule.Types.Intersection other)` constructor, and the class can utilize inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]