Click or drag to resize

DatabaseApiClientGetCurrentDatabaseInfoAsync Method

Retrieves information about the current database.

Namespace:  ArangoDBNetStandard.DatabaseApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetCurrentDatabaseInfoResponse> GetCurrentDatabaseInfoAsync()

Return Value

Type: TaskGetCurrentDatabaseInfoResponse

Implements

IDatabaseApiClientGetCurrentDatabaseInfoAsync
See Also