The settings exists only as a source of defaults and should not sync or other forms of updating.
The settings entry exists in disk, any disk operation will be done through an update.
The settings entry does not exist in disk, the first disk operation will be done through a create. Afterwards it sets itself to Exists.
The settings has not been synchronized, in this status, any update operation will error. To prevent this, call
settings.sync()
first.
Generated using TypeDoc
The existence status of this settings entry. They're the possible values for {@link Settings#existenceStatus} and represents its status in disk.
Settings