PropertygraphRecord - Neptune Data API
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

PropertygraphRecord

Structure of a property graph record.

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 Gremlin or openCypher change record.

Type: PropertygraphData 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 Amazon SDKs, see the following: