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()
Function GetAllViewsAsync As Task(Of GetAllViewsResponse)
Task<GetAllViewsResponse^>^ GetAllViewsAsync()
abstract GetAllViewsAsync : unit -> Task<GetAllViewsResponse>
Return Value
Type:
TaskGetAllViewsResponseSee Also