Click or drag to resize

GraphApiClient.GetVertexCollectionsAsync 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: System.String
The name of the graph.

Return Value

Type: Task<GetVertexCollectionsResponse>

Implements

IGraphApiClient.GetVertexCollectionsAsync(String)
See Also