IGraphApiClientGetGraphsAsync Method |
Lists all graphs stored in this database.
GET /_api/gharial
Namespace:
ArangoDBNetStandard.GraphApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<GetGraphsResponse> GetGraphsAsync()
Function GetGraphsAsync As Task(Of GetGraphsResponse)
Task<GetGraphsResponse^>^ GetGraphsAsync()
abstract GetGraphsAsync : unit -> Task<GetGraphsResponse>
Return Value
Type:
TaskGetGraphsResponseRemarks
Note: The
Name property is null for
GetGraphsAsync
in ArangoDB 4.5.2 and below, in which case you can use
_key instead.
See Also