Click or drag to resize

IGraphApiClientPostVertexCollectionAsync Method

Adds a vertex collection to the set of orphan collections of the graph. If the collection does not exist, it will be created. POST /_api/gharial/{graph}/vertex

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PostVertexCollectionResponse> PostVertexCollectionAsync(
	string graphName,
	PostVertexCollectionBody body
)

Parameters

graphName
Type: SystemString
The name of the graph.
body
Type: ArangoDBNetStandard.GraphApi.ModelsPostVertexCollectionBody
The information of the vertex collection.

Return Value

Type: TaskPostVertexCollectionResponse
See Also