Writer options
The DataSource Writer has several options to connect and persist data into Neo4j.
Setting name | Description | Default value | Required |
---|---|---|---|
|
Colon separated list of the labels to attach to the node |
(none) |
No |
|
The number of the rows sent to Neo4j as batch |
5000 |
No |
|
Comma-separated list of Neo4j codes that cause the transaction to fail |
(none) |
No |
|
Number of retries in case of failure |
3 |
No |
|
The time in milliseconds that the connector should wait before retry |
0 |
No |
Node specific options |
|||
|
Comma-separated list of properties considered as node keys if you are using
|
(none) |
No |
Relationship specific options |
|||
|
Map used as keys for specifying the relationship properties. Used only if |
(empty) |
No |
|
Save strategy to be used |
|
Yes |
|
Colon-separated list of labels that identify the source node |
(empty) |
Yes |
|
Map used as keys for matching the source node |
(empty) |
No |
|
Source Node save mode |
|
No |
|
Map used as keys for specifying the source properties. Only used if |
(empty) |
No |
|
Colon-separated list of labels that identify the target node |
(empty) |
Yes |
|
Map used as keys for matching the target node |
(empty) |
No |
|
Target Node save mode |
|
No |
|
Map used as keys for specifying the target properties. Only used if |
(empty) |
No |