IDatabaseApiClient Methods |
The IDatabaseApiClient type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteDatabaseAsync |
Delete a database. Dropping a database is only possible from within the _system database.
The _system database itself cannot be dropped.
DELETE /_api/database/{database-name}
| |
| GetCurrentDatabaseInfoAsync |
Retrieves information about the current database.
| |
| GetDatabasesAsync |
Retrieves the list of all existing databases.
(Only possible from within the _system database)
| |
| GetUserDatabasesAsync |
Retrieves the list of all databases the current user can access.
| |
| PostDatabaseAsync |
Creates a new database.
(Only possible from within the _system database)
|