Title here
Summary here
The FilterTransformation allows you to filter out rows that evaluate to a given predicate. By default the filter transformation will filter out null values.
Name | Description |
---|---|
TInput | The type of ingoing data. |
Type | Name | Description |
---|---|---|
Predicate<TInput> | filterPredicate |
The filter predicates is true for all rows that should be filtered out. The default value will filter out null values.
Type | Description |
---|---|
Predicate<TInput> |
Type | Description |
---|---|
int |
Type | Description |
---|---|
int |
SourceBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
Type | Description |
---|---|
ISourceBlock<TInput> |
TargetBlock from the underlying TPL.Dataflow which is used as input buffer for the component.
Type | Description |
---|---|
ITargetBlock<TInput> |
Type | Name | Description |
---|---|---|
Exception | e |