Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SettingsExistenceStatus

The existence status of this settings entry. They're the possible values for {@link Settings#existenceStatus} and represents its status in disk.

memberof

Settings

Index

Enumeration members

Enumeration members

Defaults

Defaults:

The settings exists only as a source of defaults and should not sync or other forms of updating.

Exists

Exists:

The settings entry exists in disk, any disk operation will be done through an update.

NotExists

NotExists:

The settings entry does not exist in disk, the first disk operation will be done through a create. Afterwards it sets itself to Exists.

Unsynchronized

Unsynchronized:

The settings has not been synchronized, in this status, any update operation will error. To prevent this, call settings.sync() first.

Generated using TypeDoc