Click or drag to resize

OrchestratorConfigAppendFootCluster Property

True causes Data Conveyer to add an extra empty cluster (so called foot cluster) after the last cluster formed from intake records. False (default) means no foot cluster will be added at the end of intake. The foot cluster always has a StartRecNo of -1 (FootClusterRecNo) and StartSourceNo of 1. If trailer contents is present, it will follow the foot cluster on output.

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

Property Value

Type: Boolean
See Also