You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.