Retrieving query metadata from within Neo4jclient -
is there way retrieve query metadata within neo4jclient can returned after executing cypher querty.
within neo4j browser when making request against server following kind of response returned.
{ "results":[ { "columns":[ ], "data":[ ], "stats":{ "contains_updates":false, "nodes_created":0, "nodes_deleted":0, "properties_set":0, "relationships_created":0, "relationship_deleted":0, "labels_added":0, "labels_removed":0, "indexes_added":0, "indexes_removed":0, "constraints_added":0, "constraints_removed":0 } } ], "errors":[ ] } the block interested in stats block.
a quick @ request shows includestats=true flag being set see no inclusion of within neo4jclient code.
many thanks.
not @ time, no.
there stats on igraphclient.operationcompleted event, not these ones.
you welcome extend event , send pull request @ https://github.com/readify/neo4jclient/
Comments
Post a Comment