Click or drag to resize

IViewApiClientGetAllViewsAsync Method

Gets a list of all views in a database, regardless of their type. GET /_api/view

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetAllViewsResponse> GetAllViewsAsync()

Return Value

Type: TaskGetAllViewsResponse
See Also