SettingsDbManifest Interface
Metadata stored inside a SettingsDb describing the database's contents, to help users understand the purpose of the SettingsDb and who to contact with questions about it.
@note Only the settingsName field is required, and users may add additional fields for their own purposes.
@note Since the information is stored inside the SettingsDb, it is versioned along with the rest of the contents.
Properties
| Name | Type | Description | |
|---|---|---|---|
| contactName Readonly | string | undefined | The name of the person to contact with questions about this SettingsDb. | |
| description Readonly | string | undefined | A description of the contents of this SettingsDb to help users understand its purpose and appropriate usage. | |
| lastEditedBy Readonly | string | undefined | The name of the person who last modified this SettingsDb. | |
| settingsName Readonly | string | The name of the SettingsDb to be shown in user interfaces. |
Defined in
Last Updated: 19 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.