Click or drag to resize

OrchestratorConfigPrependHeadCluster Property

True causes Data Conveyer to add an extra empty cluster (so called head cluster) before the first cluster formed from intake records. False (default) means no foot cluster will be added at the end of intake. The head cluster always has a StartRecNo of 0 (HeadClusterRecNo) and StartSourceNo of 1. Header and/or leader contents, if present, will precede the head cluster on output.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool PrependHeadCluster { get; set; }

Property Value

Type: Boolean
See Also