Document Store Settings
- UI
- CLI
- API
You can view and update document store collection settings in the Settings tab.
View Collection Settings
- Log in to your Macrometa account.
- Click Collections.
- Click the collection for which you want to view the settings.
- Click Settings to view the Settings tab.
Document Store Settings
Document store collections have the following settings:
- ID - System-generated ID of the selected collection.
- Type - The data model type of the selected collection.
- Status - Current status of the selected collection.
- Synchronous Writes - Select the checkbox to enable synchronous writes.
Use gdnsl collection describe to view information about a collection.
Results will be similar to this code block:
{
"error": false,
"code": 200,
"waitForSync": true,
"name": "docs",
"isSystem": false,
"isSpot": false,
"isLocal": false,
"status": 3,
"searchEnabled": false,
"id": "47024645105",
"type": 2,
"hasStream": true,
"globallyUniqueId": "hC835XXBCXX79/27024685109",
"collectionModel": "DOC"
}
Use gdnsl collection update to change collection settings.
For information about API calls, refer to Get information about collection and Update collection properties.