Click or drag to resize

OrchestratorConfigOutputWriters Property

A function returning a collection of text writer objects to consume data produced by the Data Conveyer output. Each writer corresponds to a single output target; the first writer is assigned TargetNo=1, the second TargetNo=2, etc. Number of files specified here must be equal the highest TargetNo returned by the ClusterRouter function. Ignored if the TextOutputConsumer function (or applicable equivalent function) is also submitted.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public Func<IEnumerable<TextWriter>> OutputWriters { get; set; }

Property Value

Type: FuncIEnumerableTextWriter
See Also