A configuration that describes any aspect of a server as a key/value pair, primarily designed for use by scripts.
Name | Description | |
---|---|---|
KeyValueConfiguration |
Initializes a new instance of the KeyValueConfiguration class. |
Name | Description | |
---|---|---|
ConfigurationKey |
Gets the configuration key. |
|
ConfigurationTypeName |
Gets the configuration type name. |
|
Key |
Gets or sets the key. |
|
Type |
Gets or sets the type. |
|
Value |
Gets or sets the value. |
Name | Description | |
---|---|---|
PersistAsync(ConfigurationPersistenceContext context) |
Persists the configuration. |