How to get a total number of properties (nodes,relationships) and list of all properties(nodes,relationships) in neo4j database.
When we create nodes and relationships in neo4j database, we get message like this below "Added 24 labels, created 24 nodes, set 70 properties, created 45 relationships, completed after 31 ms."
I like to validate the properties created. Hence I want to know how to query for list of the properties created in database.