Click or drag to resize

IDatabaseApiClientPostDatabaseAsync Method

Creates a new database. (Only possible from within the _system database)

Namespace:  ArangoDBNetStandard.DatabaseApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PostDatabaseResponse> PostDatabaseAsync(
	PostDatabaseBody request
)

Parameters

request
Type: ArangoDBNetStandard.DatabaseApi.ModelsPostDatabaseBody
The parameters required by this endpoint.

Return Value

Type: TaskPostDatabaseResponse
See Also