TraversalUniqueEdges uses ConstantsTrait
The values of the uniqueEdges option in the graph traversal options.
Tags
Table of Contents
Constants
- NONE : string = 'none'
- It is guaranteed that there is no path returned with a duplicate edge.
- PATH : string = 'path'
- No uniqueness check is applied on edges.
Constants
NONE
It is guaranteed that there is no path returned with a duplicate edge.
public
string
NONE
= 'none'
PATH
No uniqueness check is applied on edges.
public
string
PATH
= 'path'
Note: Using this configuration, the traversal follows edges in cycles.