/AWS1/CL_NEDGETSPARQLSTREAMOUT¶
GetSparqlStreamOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_lasteventid TYPE /AWS1/CL_NEDSTRINGVALUEDMAP_W=>TT_STRINGVALUEDMAP TT_STRINGVALUEDMAP¶
Sequence identifier of the last change in the stream response.
An event ID is composed of two fields: a
commitNum, which identifies a transaction that changed the graph, and anopNum, which identifies a specific operation within that transaction:
iv_lasttrxtimestampinmillis TYPE /AWS1/NEDLONG /AWS1/NEDLONG¶
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
iv_format TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
Serialization format for the change records being returned. Currently, the only supported value is
NQUADS.
it_records TYPE /AWS1/CL_NEDSPARQLRECORD=>TT_SPARQLRECORDSLIST TT_SPARQLRECORDSLIST¶
An array of serialized change-log stream records included in the response.
iv_totalrecords TYPE /AWS1/NEDINTEGER /AWS1/NEDINTEGER¶
The total number of records in the response.
Queryable Attributes¶
lastEventId¶
Sequence identifier of the last change in the stream response.
An event ID is composed of two fields: a
commitNum, which identifies a transaction that changed the graph, and anopNum, which identifies a specific operation within that transaction:
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTEVENTID() |
Getter for LASTEVENTID, with configurable default |
ASK_LASTEVENTID() |
Getter for LASTEVENTID w/ exceptions if field has no value |
HAS_LASTEVENTID() |
Determine if LASTEVENTID has a value |
lastTrxTimestampInMillis¶
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTTRXTIMESTAMPINMILLIS() |
Getter for LASTTRXTIMESTAMPINMILLIS, with configurable defau |
ASK_LASTTRXTIMESTAMPINMILLIS() |
Getter for LASTTRXTIMESTAMPINMILLIS w/ exceptions if field h |
HAS_LASTTRXTIMESTAMPINMILLIS() |
Determine if LASTTRXTIMESTAMPINMILLIS has a value |
format¶
Serialization format for the change records being returned. Currently, the only supported value is
NQUADS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
records¶
An array of serialized change-log stream records included in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDS() |
Getter for RECORDS, with configurable default |
ASK_RECORDS() |
Getter for RECORDS w/ exceptions if field has no value |
HAS_RECORDS() |
Determine if RECORDS has a value |
totalRecords¶
The total number of records in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRECORDS() |
Getter for TOTALRECORDS, with configurable default |
ASK_TOTALRECORDS() |
Getter for TOTALRECORDS w/ exceptions if field has no value |
HAS_TOTALRECORDS() |
Determine if TOTALRECORDS has a value |