共用方式為


SetReadOnlyResponse interface

將值設定為唯讀時的回應。

Extends

繼承的屬性

contentType

設定值的內容類型

etag

此設定的 etag

isReadOnly

設定是否為唯讀

key

此設定的索引鍵。 功能旗標前面必須加上 .appconfig.featureflag/<feature-flag-name>

label

此設定的標籤。 離開這個未定義表示此設定沒有標籤。

lastModified

上次修改此設定的日期

syncToken

藉由在對伺服器提出的下一個要求中提供傳回的值,啟用要求之間的即時一致性。

tags

此金鑰的標記

value

設定的值

繼承的屬性詳細資料

contentType

設定值的內容類型

contentType?: string

屬性值

string

繼承自 ConfigurationSetting.contentType

etag

此設定的 etag

etag?: string

屬性值

string

繼承自 ConfigurationSetting.etag

isReadOnly

設定是否為唯讀

isReadOnly: boolean

屬性值

boolean

繼承自 ConfigurationSetting.isReadOnly

key

此設定的索引鍵。 功能旗標前面必須加上 .appconfig.featureflag/<feature-flag-name>

key: string

屬性值

string

繼承自 ConfigurationSetting.key 的

label

此設定的標籤。 離開這個未定義表示此設定沒有標籤。

label?: string

屬性值

string

繼承自 ConfigurationSetting.label

lastModified

上次修改此設定的日期

lastModified?: Date

屬性值

Date

繼承自 ConfigurationSetting.lastModified

syncToken

藉由在對伺服器提出的下一個要求中提供傳回的值,啟用要求之間的即時一致性。

syncToken?: string

屬性值

string

繼承自SyncTokenHeaderField.syncToken

tags

此金鑰的標記

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

屬性值

{[propertyName: string]: string}

繼承自 ConfigurationSetting.tags

value

設定的值

value?: string

屬性值

string

繼承自 ConfigurationSetting.value