Amazon Neptune · Example Payload

Data Propertygraph Stream Record Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Propertygraph 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

commitTimestampInMilliseventIddataopisLastOp

Example Payload

Raw ↑
{
  "commitTimestampInMillis": 89,
  "eventId": {
    "commitNum": 53,
    "opNum": 29
  },
  "data": {
    "id": "neptune-cluster-abc123",
    "type": "db.r6g.large",
    "key": "example-string",
    "value": {
      "value": "example-string",
      "dataType": "db.r6g.large"
    },
    "from": "example-string"
  },
  "op": "REMOVE",
  "isLastOp": false
}