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

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.PropertygraphData

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

Syntax

C#
public class PropertygraphData

The PropertygraphData type exposes the following members

Constructors

NameDescription
Public Method PropertygraphData()

Properties

NameTypeDescription
Public Property From System.String

Gets and sets the property From.

If this is an edge (type = e), the ID of the corresponding from vertex or source node.

Public Property Id System.String

Gets and sets the property Id.

The ID of the Gremlin or openCypher element.

Public Property Key System.String

Gets and sets the property Key.

The property name. For element labels, this is label.

Public Property To System.String

Gets and sets the property To.

If this is an edge (type = e), the ID of the corresponding to vertex or target node.

Public Property Type System.String

Gets and sets the property Type.

The type of this Gremlin or openCypher element. Must be one of:

  • v1   -   Vertex label for Gremlin, or node label for openCypher.

  • vp   -   Vertex properties for Gremlin, or node properties for openCypher.

  • e   -   Edge and edge label for Gremlin, or relationship and relationship type for openCypher.

  • ep   -   Edge properties for Gremlin, or relationship properties for openCypher.

Public Property Value Amazon.Runtime.Documents.Document

Gets and sets the property Value.

This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON data type of that value:

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