Click or drag to resize

RouterType Enumeration

Type of router that determines the output target.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public enum RouterType
Members
  Member nameDescription
SingleTarget All records are routed to the first output target (TargetNo = 1).
SourceToTarget Each record is routed to the target that corresponds to the record's source (TargetNo = SourceNo).
PerCluster All records in a cluster are routed to the same output target based on the ClusterRouter function.
PerRecord Each record is routed individually based on the RecordRouter function.
See Also