PhaseEventArgs Properties |
The PhaseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ClstrCnt |
Total number of clusters processed by the phase (0 in case of PhaseStarting event).
| |
GlobalCache |
A set of key value pairs that are common to all records and clusters throughout the process execution.
| |
Phase |
Phase of the pipeline: Intake, Transformation or Output
| |
RecCnt |
Total number of records processed by the phase (0 in case of PhaseStarting event).
| |
TransfmrNo |
Zero based transformer's sequence number for Transformation phase (values greater than 0 reserved for future use).
Always -1 in case of Intake or Output phase.
|