ViewApiClientGetViewPropertiesAsync 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 public virtual Task<GetViewPropertiesResponse> GetViewPropertiesAsync(
string viewNameOrId
)
Public Overridable Function GetViewPropertiesAsync (
viewNameOrId As String
) As Task(Of GetViewPropertiesResponse)
public:
virtual Task<GetViewPropertiesResponse^>^ GetViewPropertiesAsync(
String^ viewNameOrId
)
abstract GetViewPropertiesAsync :
viewNameOrId : string -> Task<GetViewPropertiesResponse>
override GetViewPropertiesAsync :
viewNameOrId : string -> Task<GetViewPropertiesResponse>
Parameters
- viewNameOrId
- Type: SystemString
The name or identifier of the view to drop.
Return Value
Type:
TaskGetViewPropertiesResponseImplements
IViewApiClientGetViewPropertiesAsync(String)See Also