IGraphApiClientGetVertexCollectionsAsync 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 Task<GetVertexCollectionsResponse> GetVertexCollectionsAsync(
string graphName
)
Function GetVertexCollectionsAsync (
graphName As String
) As Task(Of GetVertexCollectionsResponse)
Task<GetVertexCollectionsResponse^>^ GetVertexCollectionsAsync(
String^ graphName
)
abstract GetVertexCollectionsAsync :
graphName : string -> Task<GetVertexCollectionsResponse>
Parameters
- graphName
- Type: SystemString
The name of the graph.
Return Value
Type:
TaskGetVertexCollectionsResponseSee Also