/AWS1/CL_NEDGETPRPGRAPHSTATS00¶
GetPropertygraphStatisticsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
io_payload TYPE REF TO /AWS1/CL_NEDSTATISTICS /AWS1/CL_NEDSTATISTICS¶
Statistics for property-graph data.
Queryable Attributes¶
status¶
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
payload¶
Statistics for property-graph data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |