  | ActionOnDuplicateKey Enumeration | 
 
            Action in case duplicate key is encountered on intake record.
            
 
    Namespace: 
   Mavidian.DataConveyer.Common
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic enum ActionOnDuplicateKey
Public Enumeration ActionOnDuplicateKey
Members| 
									 
								 | Member name | Description | 
|---|
 | IgnoreItem | 
            The item (key-value pair) is excluded from the record (first item wins).
             | 
 | ReplaceItem | 
            The previous value for the key is replaced (last item wins).
             | 
 | ExcludeRecord | 
            The entire intake record is excluded.
             | 
 | AssignDefaultKey | 
            The duplicate key is substituted by a default key.
             | 
See Also