/AWS1/CL_NEDPRPGRAPHSUMMVALMAP¶
Payload for the property graph summary response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_version TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The version of this graph summary response.
iv_laststatscomputationtime TYPE /AWS1/NEDTIMESTAMP /AWS1/NEDTIMESTAMP¶
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
io_graphsummary TYPE REF TO /AWS1/CL_NEDPRPGRAPHSUMMARY /AWS1/CL_NEDPRPGRAPHSUMMARY¶
The graph summary.
Queryable Attributes¶
version¶
The version of this graph summary response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
lastStatisticsComputationTime¶
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSTATSCOMPUTATIONTIME() |
Getter for LASTSTATSCOMPUTATIONTIME, with configurable defau |
ASK_LASTSTATSCOMPUTATIONTIME() |
Getter for LASTSTATSCOMPUTATIONTIME w/ exceptions if field h |
HAS_LASTSTATSCOMPUTATIONTIME() |
Determine if LASTSTATSCOMPUTATIONTIME has a value |
graphSummary¶
The graph summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRAPHSUMMARY() |
Getter for GRAPHSUMMARY |