简体   繁体   中英

Neo4j: Properties in Node and Relationship objects

I am trying to debug through code in which I have a social network graph implemented using neo4j. While debugging I want to know app properties (with their values) contained in a Node or Relationship.

I attached screenshots for a Relationship object.

在此处输入图片说明在此处输入图片说明

I thought it would be there in PropertIndexManager, but there in I got only property Keys and no corresponding values are present.

following is screenshot of propertyIndexManager:

在此处输入图片说明

Can anybody tell me where all relationship-properties (key-value pairs) are available in this object? similarly in Node object where I can find those node-properties (key-value pairs)?

You could use the Neo4j server to view those poperties in a nice UI. Or just write a piece of code with outputs what you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM