apoc.meta.relTypeProperties
Procedure
apoc.meta.relTypeProperties()
Signature
apoc.meta.relTypeProperties(config = {} :: MAP?) :: (relType :: STRING?, sourceNodeLabels :: LIST? OF STRING?, targetNodeLabels :: LIST? OF STRING?, propertyName :: STRING?, propertyTypes :: LIST? OF STRING?, mandatory :: BOOLEAN?, propertyObservations :: INTEGER?, totalObservations :: INTEGER?)
Output parameters
Name | Type |
---|---|
relType |
STRING? |
sourceNodeLabels |
LIST? OF STRING? |
targetNodeLabels |
LIST? OF STRING? |
propertyName |
STRING? |
propertyTypes |
LIST? OF STRING? |
mandatory |
BOOLEAN? |
propertyObservations |
INTEGER? |
totalObservations |
INTEGER? |
Was this page helpful?