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.
Implements
IMessageGcRuleTypesUnion, IEquatableGcRuleTypesUnion, IDeepCloneableGcRuleTypesUnion, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
Union()
public Union()
Union(Union)
public Union(GcRule.Types.Union other)
Parameter | |
---|---|
Name | Description |
other |
GcRuleTypesUnion |
Properties
Rules
public RepeatedField<GcRule> Rules { get; }
Delete cells which would be deleted by any element of rules
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGcRule |