ConfigurationProperties interface
The properties of a configuration.
Properties
| allowed |
Allowed values of the configuration. |
| current |
Current value of the configuration. |
| data |
Data type of the configuration. |
| default |
Default value of the configuration. |
| description | Description of the configuration. |
| documentation |
The link used to get the document from community or Azure site. |
| is |
If is the configuration pending restart or not. |
| is |
If is the configuration dynamic. |
| is |
If is the configuration read only. |
| source | Source of the configuration. |
| value | Value of the configuration. |
Property Details
allowedValues
Allowed values of the configuration.
allowedValues?: string
Property Value
string
currentValue
Current value of the configuration.
currentValue?: string
Property Value
string
dataType
Data type of the configuration.
dataType?: string
Property Value
string
defaultValue
Default value of the configuration.
defaultValue?: string
Property Value
string
description
Description of the configuration.
description?: string
Property Value
string
documentationLink
The link used to get the document from community or Azure site.
documentationLink?: string
Property Value
string
isConfigPendingRestart
If is the configuration pending restart or not.
isConfigPendingRestart?: string
Property Value
string
isDynamicConfig
If is the configuration dynamic.
isDynamicConfig?: string
Property Value
string
isReadOnly
If is the configuration read only.
isReadOnly?: string
Property Value
string
source
Source of the configuration.
source?: string
Property Value
string
value
Value of the configuration.
value?: string
Property Value
string