Amazon Neptune · Example Payload

Streams Property Graph Stream Response Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Streams Property Graph Stream Response 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": 24,
  "format": "PG_JSON",
  "records": [
    "example-ref"
  ],
  "totalRecords": 42
}