Click or drag to resize

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
)

Parameters

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

Return Value

Type: TaskGetViewPropertiesResponse

Implements

IViewApiClientGetViewPropertiesAsync(String)
See Also