Click or drag to resize

GraphResultOrphanCollections Property

A list of additional vertex collections. Documents within these collections do not have edges within this graph.

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

Property Value

Type: IEnumerableString
See Also