Class GcRule.Types.Union (2.9.0)

public sealed class Union : IMessage<GcRule.Types.Union>, IEquatable<GcRule.Types.Union>, IDeepCloneable<GcRule.Types.Union>, IBufferMessage, IMessage

A GcRule which deletes cells matching any of the given rules.

Inheritance

Object > GcRule.Types.Union

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

Union()

public Union()

Union(GcRule.Types.Union)

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

Properties

Rules

public RepeatedField<GcRule> Rules { get; }

Delete cells which would be deleted by any element of rules.

Property Value
TypeDescription
RepeatedField<GcRule>