ConfigurationSettingId interface
Fields that uniquely identify a configuration setting
Properties
etag | The etag for this setting |
key | The key for this setting.
Feature flags must be prefixed with |
label | The label for this setting. Leaving this undefined means this setting does not have a label. |
Property Details
etag
The etag for this setting
etag?: string
Property Value
string
key
The key for this setting.
Feature flags must be prefixed with .appconfig.featureflag/<feature-flag-name>
.
key: string
Property Value
string
label
The label for this setting. Leaving this undefined means this setting does not have a label.
label?: string
Property Value
string