Google Cloud Bigtable Administration v2 API - Class GcRule.Types.Intersection (3.14.0)

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.

Inheritance

object > GcRule.Types.Intersection

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

Intersection()

public Intersection()

Intersection(Intersection)

public Intersection(GcRule.Types.Intersection other)
Parameter
NameDescription
otherGcRuleTypesIntersection

Properties

Rules

public RepeatedField<GcRule> Rules { get; }

Only delete cells which would be deleted by every element of rules.

Property Value
TypeDescription
RepeatedFieldGcRule