Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Latest commit

 

History

History
51 lines (30 loc) · 759 Bytes

Path.md

File metadata and controls

51 lines (30 loc) · 759 Bytes

« Documentation Home

Path Class

Path objects represent a neo4j path.

This class is incomplete. It will likely have more methods/properties in the near future.

Properties

Methods

  • None as of yet.

Constructor

Currently, Path objects are only returned in the results of certain Cypher queries, although they will eventually see more usage.

Properties

end

(String) Path.end

Represents the ID of the end Node.

length

(Number) Path.length

The length of the path.

start

(String) Path.start

Represents the ID of the start Node.

Methods

None as of yet.