The completion task of the component. A component is completed when all predecessors (if any) are
completed and the current component has completed its buffer.
If a component encountered an exception or entered a fault state because another component
in the data flow faulted, the thrown exception will be stored in this property.
To avoid getting log message for every message, by default only log message are produced when 1000 rows
are processed. Set this property to decrease or increase this value.
Each component can have one or more buffers to improve throughput and allow faster processing of data.
Set this value to restrict the number of rows that can be stored in the buffer.
The default value is -1 (unlimited)
If an error occurs in the component, by default the component will throw an exception and stop execution.
If you use the error linking, any erroneous records will be caught and redirected.