ViewApiClientGetAllViewsAsync 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 public virtual Task<GetAllViewsResponse> GetAllViewsAsync()
Public Overridable Function GetAllViewsAsync As Task(Of GetAllViewsResponse)
public:
virtual Task<GetAllViewsResponse^>^ GetAllViewsAsync()
abstract GetAllViewsAsync : unit -> Task<GetAllViewsResponse>
override GetAllViewsAsync : unit -> Task<GetAllViewsResponse>
Return Value
Type:
TaskGetAllViewsResponseImplements
IViewApiClientGetAllViewsAsyncSee Also