Neo4j data properties

52 views
Skip to first unread message

Nag Kiran

unread,
Apr 25, 2013, 5:24:08 AM4/25/13
to node-...@googlegroups.com
There are key-value pairs attached to a node in Neo4j and I should get them using a query. Is there a any straight forward way of getting the node properties directly using Node-neo4j module ? I was unable to find any function which could help me.
Thank you for your help

Aseem Kishore

unread,
Apr 25, 2013, 12:56:29 PM4/25/13
to Nag Kiran, node-...@googlegroups.com
Yep, that's what the .data property on Node objects (and Relationship objects) is. =)

If you were confused because you didn't see this in the API docs, both classes inherit the property from the generic/abstract PropertyContainer class.
Reply all
Reply to author
Forward
0 new messages