AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A serialized SPARQL stream record capturing a change-log entry for the RDF graph.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class SparqlRecord
The SparqlRecord type exposes the following members
| Name | Description | |
|---|---|---|
|
SparqlRecord() |
| Name | Type | Description | |
|---|---|---|---|
|
CommitTimestampInMillis | System.Int64 |
Gets and sets the property CommitTimestampInMillis. The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch. |
|
Data | Amazon.Neptunedata.Model.SparqlData |
Gets and sets the property Data. The serialized SPARQL change record. The serialization formats of each record are described in more detail in Serialization Formats in Neptune Streams. |
|
EventId | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property EventId. The sequence identifier of the stream change record. |
|
IsLastOp | System.Boolean |
Gets and sets the property 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. |
|
Op | System.String |
Gets and sets the property Op. The operation that created the change. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5