Amazon Neptune · Example Payload

Data Sparql Stream Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Sparql Stream Output Example is an example object payload from Amazon Neptune, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lastEventIdlastTrxTimestampInMillisformatrecordstotalRecords

Example Payload

Raw ↑
{
  "lastEventId": {
    "commitNum": 20,
    "opNum": 16
  },
  "lastTrxTimestampInMillis": 21,
  "format": "NQUADS",
  "records": [
    {
      "commitTimestampInMillis": 51,
      "eventId": {
        "commitNum": {},
        "opNum": {}
      },
      "data": {
        "stmt": {}
      },
      "op": "REMOVE",
      "isLastOp": false
    }
  ],
  "totalRecords": 17
}