Property values
This describes how 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.
|
|
| Type | Description |
|---|---|
|
|
|
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. |
|
A 2D or 3D point object in a given coordinate system. |
|