ConfigurationSettingId interface
唯一标识配置设置的字段
属性
| etag | 此设置的 etag |
| key | 此设置的键。
功能标志必须以 |
| label | 此设置的标签。 保留此未定义意味着此设置没有标签。 |
属性详细信息
etag
此设置的 etag
etag?: string
属性值
string
key
此设置的键。
功能标志必须以 .appconfig.featureflag/<feature-flag-name>为前缀。
key: string
属性值
string
label
此设置的标签。 保留此未定义意味着此设置没有标签。
label?: string
属性值
string