Skip to main content

Module config_datastore_api

Module config_datastore_api 

Source

Enums§

ConfigDatastoreCreateDatastoreError
struct for typed errors of method config_datastore_create_datastore
ConfigDatastoreDeleteDatastoreError
struct for typed errors of method config_datastore_delete_datastore
ConfigDatastoreGetConfigDatastoreByNameError
struct for typed errors of method config_datastore_get_config_datastore_by_name
ConfigDatastoreGetDatastoreError
struct for typed errors of method config_datastore_get_datastore
ConfigDatastoreUpdateDatastoreError
struct for typed errors of method config_datastore_update_datastore

Functions§

config_datastore_create_datastore
Create new datastore config. Permissions: Requires Datastore.Allocate and, for a backing-device, Sys.Modify on ‘/system/disks’.
config_datastore_delete_datastore
Remove a datastore configuration and optionally delete all its contents. Permissions: Requires Datastore.Allocate and, for a backing-device, Sys.Modify on ‘/system/disks’.
config_datastore_get_config_datastore_by_name
Read a datastore configuration.
config_datastore_get_datastore
List all datastores
config_datastore_update_datastore
Update datastore config.