Amazon Neptune · Schema

Amazon Neptune Stream Record

Represents a change-log stream record from Neptune Streams. Each record captures a single mutation (ADD or REMOVE) made to graph data. Supports both property graph (PG_JSON format) and RDF (NQUADS format) records.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
lastEventId object The sequence identifier of the last change in the response.
lastTrxTimestamp integer Unix epoch timestamp in milliseconds of the last transaction commit.
format string The serialization format of the stream records.
records array The array of change-log stream records.
totalRecords integer The total number of records in the response.
View JSON Schema on GitHub