Click or drag to resize

IGraphApiClientGetEdgeCollectionsAsync Method

Lists all edge collections within this graph. GET /_api/gharial/{graph}/edge

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetEdgeCollectionsResponse> GetEdgeCollectionsAsync(
	string graphName
)

Parameters

graphName
Type: SystemString

Return Value

Type: TaskGetEdgeCollectionsResponse
See Also