SparqlRecord
A serialized SPARQL stream record capturing a change-log entry for the RDF graph.
Contents
- commitTimestamp
-
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
Type: Long
Required: Yes
- data
-
The serialized SPARQL change record. The serialization formats of each record are described in more detail in Serialization Formats in Neptune Streams.
Type: SparqlData object
Required: Yes
- eventId
-
The sequence identifier of the stream change record.
Type: String to string map
Required: Yes
- op
-
The operation that created the change.
Type: String
Required: Yes
- isLastOp
-
Only present if this operation is the last one in its transaction. If present, it is set to true. It is useful for ensuring that an entire transaction is consumed.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: