IViewApiClientGetViewPropertiesAsync Method |
Get the properties of a view
GET /_api/view/{view-name}/properties
Namespace:
ArangoDBNetStandard.ViewApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<GetViewPropertiesResponse> GetViewPropertiesAsync(
string viewNameOrId
)
Function GetViewPropertiesAsync (
viewNameOrId As String
) As Task(Of GetViewPropertiesResponse)
Task<GetViewPropertiesResponse^>^ GetViewPropertiesAsync(
String^ viewNameOrId
)
abstract GetViewPropertiesAsync :
viewNameOrId : string -> Task<GetViewPropertiesResponse>
Parameters
- viewNameOrId
- Type: SystemString
The name or identifier of the view to drop.
Return Value
Type:
TaskGetViewPropertiesResponseSee Also