Store Options
The data store has several options that can be set to control how it behaves. These are set on the store object and are:allowDataEditing
- If set totrue
then the UI allows the user to edit the data. Note that this setting is not currently enforced by the API.deleteProtection
- If set totrue
then the store will be protected from deletion. This means that you can’t delete the store or delete all its contents. However, you can still delete documents from the store.