Click or drag to resize

GetGraphsResponseGraphs Property

The list of graph. Note: The Name property is null for GetGraphsAsync in ArangoDB 4.5.2 and below, in which case you can use _key instead.

Namespace:  ArangoDBNetStandard.GraphApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IEnumerable<GraphResult> Graphs { get; set; }

Property Value

Type: IEnumerableGraphResult
See Also