Skip to content
  1. API
  2. Ogma

Ogma.schema

Schema API: functions to watch and analyze the data schema of the graph.

ogma.schema.watchEdgeNonObjectProperty([options])

Provide information on the specified edge data property, and notifies when the property is modified.

Arguments

Returns

ogma.schema.watchEdgeObjectProperty([options])

Watch for addition, removal, and updates of the sub-properties of the specified edge data property.

Arguments

Returns

ogma.schema.watchNodeNonObjectProperty([options])

Provide information on the specified node data property, and notifies when the property is modified.

Arguments

Returns

ogma.schema.watchNodeObjectProperty([options])

Watch for addition, removal, and updates of the sub-properties of the specified node data property.

Arguments

Returns