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