Lua API

All

All

Get all the Node Ids

Number[] AllNodeIds()

Get all the Nodes Ids of a Type

Number[] AllNodeIds(String type)

Get all the Relationship Ids

Number[] AllRelationshipIds()

Get all the Relationship Ids of a Type

Number[] AllRelationshipIds(String type)

Get all the Nodes

Node[] AllNodes()

Get all the Nodes of a Type

Node[] AllNodes(String type)

Get all the Relationships

Relationship[] AllRelationships()

Get all the Relationships of a Type

Relationship[] AllRelationships(String type)