Share via


SetReadOnlyResponse interface

Response when setting a value to read-only.

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

TypeScript
contentType?: string

Property Value

string

Inherited From ConfigurationSetting.contentType

etag

The etag for this setting

TypeScript
etag?: string

Property Value

string

Inherited From ConfigurationSetting.etag

isReadOnly

Whether or not the setting is read-only

TypeScript
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>.

TypeScript
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.

TypeScript
label?: string

Property Value

string

Inherited From ConfigurationSetting.label

lastModified

The date when this setting was last modified

TypeScript
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.

TypeScript
syncToken?: string

Property Value

string

Inherited From SyncTokenHeaderField.syncToken

tags

Tags for this key

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

Property Value

{[propertyName: string]: string}

Inherited From ConfigurationSetting.tags

value

The setting's value

TypeScript
value?: string

Property Value

string

Inherited From ConfigurationSetting.value