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

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GcRule.Types.Union.

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(Union)

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

Properties

Rules

public RepeatedField<GcRule> Rules { get; }

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

Property Value
TypeDescription
RepeatedFieldGcRule