Amazon Neptune · JSON Structure

Streams Stream Event Id Structure

A sequence identifier for a stream event.

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

StreamEventId is a JSON Structure definition published by Amazon Neptune, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

commitNum opNum

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/streams-stream-event-id-structure.json",
  "name": "StreamEventId",
  "description": "A sequence identifier for a stream event.",
  "type": "object",
  "properties": {
    "commitNum": {
      "type": "int32",
      "description": "The commit (transaction) number."
    },
    "opNum": {
      "type": "int32",
      "description": "The operation number within the commit."
    }
  }
}