Click or drag to resize

GraphApiClientGetVertexCollectionsAsync Method

Lists all vertex collections within the given graph. GET /_api/gharial/{graph}/vertex

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetVertexCollectionsResponse> GetVertexCollectionsAsync(
	string graphName
)

Parameters

graphName
Type: SystemString
The name of the graph.

Return Value

Type: TaskGetVertexCollectionsResponse

Implements

IGraphApiClientGetVertexCollectionsAsync(String)
See Also