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.

Structure of a property graph record.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.PropertygraphRecord

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

Syntax

C#
public class PropertygraphRecord

The PropertygraphRecord type exposes the following members

Constructors

NameDescription
Public Method PropertygraphRecord()

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.PropertygraphData

Gets and sets the property Data.

The serialized Gremlin or openCypher change record.

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