Both nodes and relationships can have properties.
Properties are key-value pairs where the key is a string.
Property values can be either a primitive or an array of one primitive type.
For example String, int and int[] values are valid for properties.
| Note | |
|---|---|
|
Property value types
| Type | Description | Value range |
|---|---|---|
|
| |
| 8-bit integer |
|
| 16-bit integer |
|
| 32-bit integer |
|
| 64-bit integer |
|
| 32-bit IEEE 754 floating-point number | |
| 64-bit IEEE 754 floating-point number | |
| 16-bit unsigned integers representing Unicode characters |
|
| sequence of Unicode characters |
For further details on float/double values, see Java Language Specification.
Copyright © 2013 Neo Technology