Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationSetting

Package version

Hierarchy

  • ConfigurationSetting

Index

Properties

Optional contentType

contentType: undefined | string

The content type of the key-value.

Optional etag

etag: undefined | string

The entity-tag of the key-value.

Optional isReadOnly

isReadOnly: undefined | false | true

Indicates whether or not this key-value is readonly.

key

key: string

The unique name of the key-value.

Optional label

label: undefined | string

The label of the key-value.

Optional lastModified

lastModified: Date

The time the key-value was last modified.

Optional tags

tags: undefined | {}

Dictionary of

Optional value

value: undefined | string

The value of the key-value.

Generated using TypeDoc