| OrchestratorConfigRepeatOutputHeaders Property |
Relevant only if multiple output targets are present and
HeadersInFirstOutputRow is true.
If true (default), then the header row will be sent to all output targets before sending data rows.
If false, then the header row will only be sent the first output target (typically the one with TargetNo=1, but it can actually be any target).
Note that all output targets are subjected to the same set of processing rules, which implies that the same header row applies to all targets regardless if it's repeated for all sources or not.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public bool RepeatOutputHeaders { get; set; }
Public Property RepeatOutputHeaders As Boolean
Get
Set
Property Value
Type:
BooleanSee Also