Amazon Neptune · Example Payload

Amazon Neptune Stream Record Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune 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

lastEventIdlastTrxTimestampformatrecordstotalRecords

Example Payload

Raw ↑
{
  "lastEventId": "example-ref",
  "lastTrxTimestamp": 60,
  "format": "PG_JSON",
  "records": [
    "example-string"
  ],
  "totalRecords": 70
}