| OrchestratorConfigExcludeItemsMissingPrefix Property |
True will cause exclusion of items (fields) with keys not matching the
InputKeyPrefix; false (default) will include such fields (with keys in their entirety).
Use caution when assigning true to this setting, as it may result in records with no contents (when none of the fields match prefix specified in
InputKeyPrefix setting).
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public bool ExcludeItemsMissingPrefix { get; set; }
Public Property ExcludeItemsMissingPrefix As Boolean
Get
Set
Property Value
Type:
BooleanSee Also