apoc.meta.nodeTypeProperties

Procedure

apoc.meta.nodeTypeProperties()

Signature

apoc.meta.nodeTypeProperties(config = {} :: MAP?) :: (nodeType :: STRING?, nodeLabels :: LIST? OF STRING?, propertyName :: STRING?, propertyTypes :: LIST? OF STRING?, mandatory :: BOOLEAN?, propertyObservations :: INTEGER?, totalObservations :: INTEGER?)

Input parameters

Name Type Default

config

MAP?

{}

Output parameters

Name Type

nodeType

STRING?

nodeLabels

LIST? OF STRING?

propertyName

STRING?

propertyTypes

LIST? OF STRING?

mandatory

BOOLEAN?

propertyObservations

INTEGER?

totalObservations

INTEGER?