Google Bigtable v2 API - Class RowFilter.Types.Chain (3.12.0)

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.

Inheritance

object > RowFilter.Types.Chain

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Chain()

public Chain()

Chain(Chain)

public Chain(RowFilter.Types.Chain other)
Parameter
NameDescription
otherRowFilterTypesChain

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
TypeDescription
RepeatedFieldRowFilter