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; }
Public Property OrphanCollections As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ OrphanCollections {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member OrphanCollections : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also