apoc.meta.stats

Procedure

apoc.meta.stats yield labelCount, relTypeCount, propertyKeyCount, nodeCount, relCount, labels, relTypes, stats | returns the information stored in the transactional database statistics

Signature

apoc.meta.stats() :: (labelCount :: INTEGER?, relTypeCount :: INTEGER?, propertyKeyCount :: INTEGER?, nodeCount :: INTEGER?, relCount :: INTEGER?, labels :: MAP?, relTypes :: MAP?, relTypesCount :: MAP?, stats :: MAP?)

Output parameters

Name Type

labelCount

INTEGER?

relTypeCount

INTEGER?

propertyKeyCount

INTEGER?

nodeCount

INTEGER?

relCount

INTEGER?

labels

MAP?

relTypes

MAP?

relTypesCount

MAP?

stats

MAP?