Click or drag to resize

PhaseEventArgs Class

Arguments for PhaseStarting and PhaseFinished events
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Mavidian.DataConveyer.OrchestratorsPhaseEventArgs

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public class PhaseEventArgs : EventArgs

The PhaseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyClstrCnt
Total number of clusters processed by the phase (0 in case of PhaseStarting event).
Public propertyGlobalCache
A set of key value pairs that are common to all records and clusters throughout the process execution.
Public propertyPhase
Phase of the pipeline: Intake, Transformation or Output
Public propertyRecCnt
Total number of records processed by the phase (0 in case of PhaseStarting event).
Public propertyTransfmrNo
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.
Top
See Also