Represents a single configuration key/value pair sent to app-server write APIs.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Initializes a new configuration entry.
Parameters
- key System.String requiredposition: 0
- Configuration key (for example model).
- value IntelligenceX.Json.JsonValue requiredposition: 1
- Configuration value as JsonValue.
Returns: Boolean
Inherited from Object
Parameters
- obj Object requiredposition: 0
Returns: Int32
Inherited from Object
Returns: Type
Inherited from Object
Returns: String
Inherited from Object
Gets the configuration key.
Gets the JSON configuration value.