Click or drag to resize

GraphApiClientGetEdgeCollectionsAsync 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
public virtual Task<GetEdgeCollectionsResponse> GetEdgeCollectionsAsync(
	string graphName
)

Parameters

graphName
Type: SystemString

Return Value

Type: TaskGetEdgeCollectionsResponse

Implements

IGraphApiClientGetEdgeCollectionsAsync(String)
See Also