Class GcRule.Types.Intersection (3.0.0)

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.

Inheritance

Object > GcRule.Types.Intersection

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

Intersection()

public Intersection()

Intersection(GcRule.Types.Intersection)

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

Properties

Rules

public RepeatedField<GcRule> Rules { get; }

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

Property Value
TypeDescription
RepeatedField<GcRule>