Modifier and Type | Required Element and Description |
---|---|
Class<?>[] |
edges |
Modifier and Type | Optional Element and Description |
---|---|
Relations.Direction |
direction
Follow outgoing, incoming, or edges pointing in either direction in the
traversal
|
boolean |
lazy
Whether the entity should be loaded lazily
|
int |
maxDepth
Up to max length paths are traversed.
|
int |
minDepth
Edges and vertices returned by this query will start at the traversal depth
of min (thus edges and vertices below will not be returned).
|
public abstract Class<?>[] edges
public abstract int minDepth
public abstract int maxDepth
public abstract Relations.Direction direction
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.