apoc.uuid.install
Procedure
CALL apoc.uuid.install(label, {addToExistingNodes: true/false, uuidProperty: 'uuid'}) yield label, installed, properties, batchComputationResult | it will add the uuid transaction handler
for the provided label
and uuidProperty
, in case the UUID handler is already present it will be replaced by the new one
Signature
apoc.uuid.install(label :: STRING?, config = {} :: MAP?) :: (batchComputationResult :: MAP?, label :: STRING?, installed :: BOOLEAN?, properties :: MAP?)
Output parameters
Name | Type |
---|---|
batchComputationResult |
MAP? |
label |
STRING? |
installed |
BOOLEAN? |
properties |
MAP? |
Was this page helpful?