ErrorConfigurationKeyErrorAction Enumeration
ErrorConfigurationKeyErrorAction Enumeration
The ErrorConfigurationKeyErrorAction enumeration provides options for how key errors should be handled as part of cube processing error configuration.
Enumeration Values
| Name | Summary |
|---|---|
| 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. |