Click or drag to resize

OrchestratorConfigOutputFileNames Property

Name(s) of (path(s) to) the output file(s). This setting is the same as (synonym for) the OutputFileName setting.

If multiple files are specified, the names are separated by pipe symbols(|). Each name can be surrounded by double quotes. The first file 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 TextOutputConsumer or OutputWriters setting (or one of their equivalent settings) is also submitted.

OutputFileName and OutputFileNames settings should not be used both at the same time.

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

Property Value

Type: String
See Also