Click or drag to resize

IViewApiClientGetViewAsync Method

Get information about a view GET /_api/view/{view-name}

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetViewResponse> GetViewAsync(
	string viewNameOrId
)

Parameters

viewNameOrId
Type: SystemString
The name or identifier of the view to drop.

Return Value

Type: TaskGetViewResponse
See Also