Click or drag to resize

Phase Enumeration

Phase of the Data Conveyer process execution.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public enum Phase
Members
  Member nameDescription
Intake Extract (E) phase of the ETL process - reading data from the sources.
Transformation Transform (T) phase of the ETL process - data translation.
Output Load (L) phase of the ETL process - writing data to the targets.
See Also