Home Reference Source
import {Relationship} from 'neo4j-driver-core/lib/graph-types.js'
public class | source

Relationship

Class for Relationship Type.

Member Summary

Public Members
public

elementId: string

The Relationship element identifier.

public

end: NumberOrInteger

this member was deprecated. use {@link Relationship#endNodeElementId} instead

Identity of the end node.

public

The End Node element identifier.

public

identity: NumberOrInteger

this member was deprecated. use {@link Relationship#elementId} instead

Identity of the relationship.

public

properties: Properties

Properties of the relationship.

public

start: NumberOrInteger

this member was deprecated. use {@link Relationship#startNodeElementId} instead

Identity of the start node.

public

The Start Node element identifier.

public

type: string

Type of the relationship.

Public Members

public elementId: string source

The Relationship element identifier.

public end: NumberOrInteger source

this member was deprecated. use {@link Relationship#endNodeElementId} instead

Identity of the end node.

public endNodeElementId: string source

The End Node element identifier.

public identity: NumberOrInteger source

this member was deprecated. use {@link Relationship#elementId} instead

Identity of the relationship.

public properties: Properties source

Properties of the relationship.

public start: NumberOrInteger source

this member was deprecated. use {@link Relationship#startNodeElementId} instead

Identity of the start node.

public startNodeElementId: string source

The Start Node element identifier.

public type: string source

Type of the relationship.