Package version:

Interface ConfigurationSettingId

Fields that uniquely identify a configuration setting

interface ConfigurationSettingId {
    etag?: string;
    key: string;
    label?: string;
}

Properties

Properties

etag?: string

The etag for this setting

key: string

The key for this setting. Feature flags must be prefixed with .appconfig.featureflag/<feature-flag-name>.

label?: string

The label for this setting. Leaving this undefined means this setting does not have a label.