public sealed class RowFilter.Types.Chain : IMessage<RowFilter.Types.Chain>, IEquatable<RowFilter.Types.Chain>, IDeepCloneable<RowFilter.Types.Chain>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class RowFilter.Types.Chain.
A RowFilter which sends rows through several RowFilters in sequence.
Implements
IMessageRowFilterTypesChain, IEquatableRowFilterTypesChain, IDeepCloneableRowFilterTypesChain, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Chain()
public Chain()
Chain(Chain)
public Chain(RowFilter.Types.Chain other)
Parameter | |
---|---|
Name | Description |
other | RowFilterTypesChain |
Properties
Filters
public RepeatedField<RowFilter> Filters { get; }
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRowFilter |