libneo4j-client-2.2.0
|
Update counts. More...
#include <neo4j-client.h>
Data Fields | |
unsigned long long | nodes_created |
Nodes created. | |
unsigned long long | nodes_deleted |
Nodes deleted. | |
unsigned long long | relationships_created |
Relationships created. | |
unsigned long long | relationships_deleted |
Relationships deleted. | |
unsigned long long | properties_set |
Properties set. | |
unsigned long long | labels_added |
Labels added. | |
unsigned long long | labels_removed |
Labels removed. | |
unsigned long long | indexes_added |
Indexes added. | |
unsigned long long | indexes_removed |
Indexes removed. | |
unsigned long long | constraints_added |
Constraints added. | |
unsigned long long | constraints_removed |
Constraints removed. | |
Update counts.
These are a count of all the updates that occurred as a result of the statement sent to neo4j.