apoc.bolt.load

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.bolt.load(url-or-key, kernelTransaction, params, config) - access to other databases via bolt for read

Signature

apoc.bolt.load(url :: STRING?, kernelTransaction :: STRING?, params = {} :: MAP?, config = {} :: MAP?) :: (row :: MAP?)

Input parameters

Name Type Default

url

STRING?

null

kernelTransaction

STRING?

null

params

MAP?

{}

config

MAP?

{}

Output parameters