Click or drag to resize

PostGraphBodyOrphanCollections Property

(Optional) 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 List<string> OrphanCollections { get; set; }

Property Value

Type: ListString
See Also