Enum Types
Enumeration types for fixed value sets.
Types
Type Details
AlignmentUnit
Alignment unit used to align window boundaries.
Values
| Value | Description |
|---|
UNALIGNED | |
MILLISECOND | |
SECOND | |
MINUTE | |
HOUR | |
DAY | |
WEEK | |
MONTH | |
YEAR | |
AllPropertySpec
Values
| Value | Description |
|---|
ALL | All properties and metadata. |
ALL_METADATA | All metadata. |
ALL_PROPERTIES | All properties. |
GraphType
Values
| Value | Description |
|---|
PERSISTENT | Persistent. |
EVENT | Event. |
NodeField
Values
| Value | Description |
|---|
NODE_ID | Node ID field. |
Represents the graph’s node identifier (numeric or string-backed in the API). |
| NODE_NAME | Node name field.
Represents the human-readable node name (string). |
| NODE_TYPE | Node type field.
Represents the optional node type assigned at node creation (string). |
SortByTime
Values
| Value | Description |
|---|
LATEST | Latest time |
EARLIEST | Earliest time |