Click or drag to resize

IDatabaseApiClientGetDatabasesAsync Method

Retrieves the list of all existing databases. (Only possible from within the _system database)

Namespace:  ArangoDBNetStandard.DatabaseApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetDatabasesResponse> GetDatabasesAsync()

Return Value

Type: TaskGetDatabasesResponse
Remarks
You should use GetUserDatabasesAsync to fetch the list of the databases available for the current user.
See Also