Path
objects represent a neo4j path.
This class is incomplete. It will likely have more methods/properties in the near future.
- None as of yet.
Currently, Path
objects are only returned in the results of certain Cypher queries, although they will eventually see more usage.
(String) Path.end
Represents the ID of the end Node.
(Number) Path.length
The length of the path.
(String) Path.start
Represents the ID of the start Node.
None as of yet.