Amazon Neptune · Example Payload

Streams Sparql Stream Record Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Streams Sparql Stream Record 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

commitTimestampeventIddataopisLastOp

Example Payload

Raw ↑
{
  "commitTimestamp": 18,
  "eventId": "example-ref",
  "data": {
    "stmt": "example-string"
  },
  "op": "ADD",
  "isLastOp": false
}