Both nodes and relationships can have properties.
Properties are named values where the name 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.
NULL is not a valid property value.
|
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.