Resolve Context
Holds information about current executing resolution context, including configuration for the logging subsystem. This object is initialized by CdmCorpusDefinition upon its instantiation and can be adjusted with subsequent call to CdmCorpusDefinition.SetEventCallback API.
public class ResolveContext extends CdmCorpusContext
Properties
Name | Type | Description |
---|---|---|
ReportAtLevel | CdmStatusLevel | Events at this or higher level will be reported by the SDK. |
Corpus | CdmCorpusDefinition | The parent corpus instance. |
StatusEvent | EventCallback | Optional callback function that will receive SDK events. |
Events | EventList | Stores events generated in a single API call. |
CorrelationId | string | Optional correlation Id (for example, from a user session) that will be added to events generated by SDK's APIs. |
SuppressedLogCodes | HashSet <CdmLogCode> | Optional set of error/warning codes that shouldn't be logged on their occurrence. |
FeatureFlags | Dictionary of <string, dynamic> featureFlagName [optional]: The name for feature flag. value [optional]: A dynamic object that can be used to set the value of the flag. It can be a string/integer/double/boolean etc. |
Optional set of FeatureFlags in the given context. |