apoc.export.cypher.all
Procedure
apoc.export.cypher.all(file,config) - exports whole database incl. indexes as cypher statements to the provided file
Signature
apoc.export.cypher.all(file =  :: STRING?, config = {} :: MAP?) :: (file :: STRING?, batches :: INTEGER?, source :: STRING?, format :: STRING?, nodes :: INTEGER?, relationships :: INTEGER?, properties :: INTEGER?, time :: INTEGER?, rows :: INTEGER?, batchSize :: INTEGER?, cypherStatements :: STRING?, nodeStatements :: STRING?, relationshipStatements :: STRING?, schemaStatements :: STRING?, cleanupStatements :: STRING?)
Output parameters
| Name | Type | 
|---|---|
file  | 
STRING?  | 
batches  | 
INTEGER?  | 
source  | 
STRING?  | 
format  | 
STRING?  | 
nodes  | 
INTEGER?  | 
relationships  | 
INTEGER?  | 
properties  | 
INTEGER?  | 
time  | 
INTEGER?  | 
rows  | 
INTEGER?  | 
batchSize  | 
INTEGER?  | 
cypherStatements  | 
STRING?  | 
nodeStatements  | 
STRING?  | 
relationshipStatements  | 
STRING?  | 
schemaStatements  | 
STRING?  | 
cleanupStatements  | 
STRING?  |