Click or drag to resize

IViewApiClientPutRenameViewAsync Method

Renames a view PUT /_api/view/{view-name}/rename

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PutRenameViewResponse> PutRenameViewAsync(
	string viewName,
	PutRenameViewBody body
)

Parameters

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

Return Value

Type: TaskPutRenameViewResponse
Remarks
Note: This method is not available in a cluster.
See Also