SetConfigurationSettingResponse interface

Response from setting a ConfigurationSetting.

Extends

Inherited Properties

contentType

The content type of the setting's value

etag

The etag for this setting

isReadOnly

Whether or not the setting is read-only

key

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

label

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

lastModified

The date when this setting was last modified

syncToken

Enables real-time consistency between requests by providing the returned value in the next request made to the server.

tags

Tags for this key

value

The setting's value

Inherited Property Details

contentType

The content type of the setting's value

contentType?: string

Property Value

string

Inherited From ConfigurationSetting.contentType

etag

The etag for this setting

etag?: string

Property Value

string

Inherited From ConfigurationSetting.etag

isReadOnly

Whether or not the setting is read-only

isReadOnly: boolean

Property Value

boolean

Inherited From ConfigurationSetting.isReadOnly

key

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

key: string

Property Value

string

Inherited From ConfigurationSetting.key

label

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

label?: string

Property Value

string

Inherited From ConfigurationSetting.label

lastModified

The date when this setting was last modified

lastModified?: Date

Property Value

Date

Inherited From ConfigurationSetting.lastModified

syncToken

Enables real-time consistency between requests by providing the returned value in the next request made to the server.

syncToken?: string

Property Value

string

Inherited From SyncTokenHeaderField.syncToken

tags

Tags for this key

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ConfigurationSetting.tags

value

The setting's value

value?: string

Property Value

string

Inherited From ConfigurationSetting.value