Click or drag to resize

IViewApiClientPutViewPropertiesAsync Method

Changes all properties of a view PUT /_api/view/{view-name}/properties

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<ViewResponse> PutViewPropertiesAsync(
	string viewName,
	ViewDetails body
)

Parameters

viewName
Type: SystemString
The name of the view.
body
Type: ArangoDBNetStandard.ViewApi.ModelsViewDetails
The body of the request containing required properties.

Return Value

Type: TaskViewResponse
See Also