IViewApiClientGetViewAsync Method  | 
 
            Get information about a view
            GET /_api/view/{view-name}
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
SyntaxTask<GetViewResponse> GetViewAsync(
	string viewNameOrId
)
Function GetViewAsync ( 
	viewNameOrId As String
) As Task(Of GetViewResponse)
Task<GetViewResponse^>^ GetViewAsync(
	String^ viewNameOrId
)
abstract GetViewAsync : 
        viewNameOrId : string -> Task<GetViewResponse> 
Parameters
- viewNameOrId
 - Type: SystemString
The name or identifier of the view to drop. 
Return Value
Type: 
TaskGetViewResponse
See Also