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.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class PropertygraphRecord
The PropertygraphRecord type exposes the following members
| Name | Description | |
|---|---|---|
|
PropertygraphRecord() |
| 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.PropertygraphData |
Gets and sets the property Data. The serialized Gremlin or openCypher change record. |
|
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