ViewApiClientPostCreateViewAsync Method |
Create a new View
POST /_api/view
Namespace:
ArangoDBNetStandard.ViewApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<ViewResponse> PostCreateViewAsync(
ViewDetails body
)
Public Overridable Function PostCreateViewAsync (
body As ViewDetails
) As Task(Of ViewResponse)
public:
virtual Task<ViewResponse^>^ PostCreateViewAsync(
ViewDetails^ body
)
abstract PostCreateViewAsync :
body : ViewDetails -> Task<ViewResponse>
override PostCreateViewAsync :
body : ViewDetails -> Task<ViewResponse>
Parameters
- body
- Type: ArangoDBNetStandard.ViewApi.ModelsViewDetails
The body of the request containing required properties.
Return Value
Type:
TaskViewResponseImplements
IViewApiClientPostCreateViewAsync(ViewDetails)See Also