Title here
Summary here
Implemented by data flow sources that allow reading data from a stream source
Name | Description |
---|---|
TOutput | Type of outgoing data |
Allows you to modify a record directly after it is read from the source and before it is send to the next component. While processing of data in other components can happen asynchronously, the execution of this action is synchronous and always occurs after each record was read and before a new record is read.
Type | Description |
---|---|
Action<TOutput, StreamMetaData> |