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