public sealed class GcRule.Types.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-21 UTC."],[[["This documentation page covers the `GcRule.Types.Intersection` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `GcRule.Types.Intersection` class is a type of `GcRule` designed to delete cells that satisfy all of the specified rules in its configuration, as well as implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a property named `Rules` which is a `RepeatedField` of type `GcRule`, that determines which cells are deleted, where only the cells that are marked to be deleted by every rule in the array will be removed."],["This page provides reference documentation for multiple versions of the API, ranging from version 2.4.0 up to the most current release of version 3.24.0, and it shows which version each section is documented for."]]],[]]