public sealed class GcRule.Types.Intersection : IMessage<GcRule.Types.Intersection>, IEquatable<GcRule.Types.Intersection>, IDeepCloneable<GcRule.Types.Intersection>, IBufferMessage, IMessageReference 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.
Implements
IMessageGcRuleTypesIntersection, IEquatableGcRuleTypesIntersection, IDeepCloneableGcRuleTypesIntersection, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
Intersection()
public Intersection()Intersection(Intersection)
public Intersection(GcRule.Types.Intersection other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GcRuleTypesIntersection | 
      
Properties
Rules
public RepeatedField<GcRule> Rules { get; }Only delete cells which would be deleted by every element of rules.
| Property Value | |
|---|---|
| Type | Description | 
RepeatedFieldGcRule | 
        |