apoc.monitor.ids

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

apoc.monitor.ids() returns the object ids in use for this neo4j instance

Signature

apoc.monitor.ids() :: (nodeIds :: INTEGER?, relIds :: INTEGER?, propIds :: INTEGER?, relTypeIds :: INTEGER?)

Output parameters

Name Type

nodeIds

INTEGER?

relIds

INTEGER?

propIds

INTEGER?

relTypeIds

INTEGER?

Usage Examples

CALL apoc.monitor.ids();
Table 1. Results
nodeIds relIds propIds relTypeIds

10040

498773

10040

15