AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.SparqlRecord

Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z

Syntax

C#
public class SparqlRecord

The SparqlRecord type exposes the following members

Constructors

NameDescription
Public Method SparqlRecord()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property EventId System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property EventId.

The sequence identifier of the stream change record.

Public Property 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.

Public Property Op System.String

Gets and sets the property Op.

The operation that created the change.

Version Information

.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