| OrchestratorConfigArbitraryOutputDefs Property |
Array of strings that define data to be placed on output lines.
Each string contains a fragment of the output line and may contain a single token in a form of
{field}, where
such token will be substituted by the actual value of the field.
In order to include brace characters in the output, they need to be escaped (preceded by a backslash), like so:
\{ and
\}.
Note that backslash characters inside C# string literals may need to be escaped themselves.
For example:
"\\{ "Format":"JSON" \\}" (as well as
@"\{ ""Format"":""JSON"" \}") will output
{ "Format": "JSON" }.
Data fragments defined by array elements are spliced together to form output lines.
This setting is mandatory for
OutputDataKind of
Arbitrary; if specified for other data kinds, it is ignored.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public string[] ArbitraryOutputDefs { get; set; }
Public Property ArbitraryOutputDefs As String()
Get
Set
Property Value
Type:
StringSee Also