GraphApiClientGetGraphsAsync Method |
Lists all graphs stored in this database.
GET /_api/gharial
Namespace:
ArangoDBNetStandard.GraphApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<GetGraphsResponse> GetGraphsAsync()
Public Overridable Function GetGraphsAsync As Task(Of GetGraphsResponse)
public:
virtual Task<GetGraphsResponse^>^ GetGraphsAsync()
abstract GetGraphsAsync : unit -> Task<GetGraphsResponse>
override GetGraphsAsync : unit -> Task<GetGraphsResponse>
Return Value
Type:
TaskGetGraphsResponseImplements
IGraphApiClientGetGraphsAsyncRemarks
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