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
)
Function GetEdgeCollectionsAsync (
graphName As String
) As Task(Of GetEdgeCollectionsResponse)
Task<GetEdgeCollectionsResponse^>^ GetEdgeCollectionsAsync(
String^ graphName
)
abstract GetEdgeCollectionsAsync :
graphName : string -> Task<GetEdgeCollectionsResponse>
Parameters
- graphName
- Type: SystemString
Return Value
Type:
TaskGetEdgeCollectionsResponseSee Also