apoc.export.graphml.graph
Syntax |
|
||
Description |
Exports the given graph to the provided GraphML file. |
||
Input arguments |
Name |
Type |
Description |
|
|
The graph to export. |
|
|
|
The name of the file to which the data will be exported. |
|
|
|
|
|
Return arguments |
Name |
Type |
Description |
|
|
The name of the file to which the data was exported. |
|
|
|
A summary of the exported data. |
|
|
|
The format the file is exported in. |
|
|
|
The number of exported nodes. |
|
|
|
The number of exported relationships. |
|
|
|
The number of exported properties. |
|
|
|
The duration of the export. |
|
|
|
The number of rows returned. |
|
|
|
The size of the batches the export was run in. |
|
|
|
The number of batches the export was run in. |
|
|
|
Whether the export ran successfully. |
|
|
|
The data returned by the export. |
Configuration parameters
This procedure supports the following config parameters:
Parameter | Type | Default | Description |
---|---|---|---|
stream |
BOOLEAN |
false |
Return the data in the query result instead of storing it in a file. |
compression |
|
'NONE' |
Allow taking binary data, either not compressed (value: |
timeoutSeconds |
INTEGER |
100 |
The maximum time in seconds the query should run before timing out. |
charset |
STRING |
'UTF_8' |
Name of the character extending java.nio.Charset in the currently used JDK. E.g.: |
useTypes |
BOOLEAN |
false |
Add the types on to the file header. |
format |
STRING |
'cypher-shell' |
Export format. |
source |
MAP |
false |
To be used with |
target |
MAP |
100 |
To be used with |
caption |
LIST<STRING> |
['name', 'title', 'label', 'id'] |
Allow taking binary data, either not compressed (value: |