Click or drag to resize

OrchestratorCreatorGetEtlOrchestrator Method

A factory method to create an instance of ETL orchestrator.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public static IOrchestrator GetEtlOrchestrator(
	OrchestratorConfig config
)

Parameters

config
Type: Mavidian.DataConveyer.OrchestratorsOrchestratorConfig
Configuration parameters of ETL orchestrator to create.

Return Value

Type: IOrchestrator
The instance of ETL orchestrator (just created).
See Also