Enum ErrorConfigurationKeyErrorAction
C#
public enum ErrorConfigurationKeyErrorAction
Fields
ConvertToUnknown | Specifies that the value for a key that experienced a non-fatal key error should be replaced with Unknown. |
DiscardRecord | Specifies that the entire record should be discarded for a key that experienced a non-fatal key error. |