Appearance
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
- options(optional)
WatcherOptions
Options to use by the watcher
Returns
ogma.schema.watchEdgeObjectProperty([options])
Watch for addition, removal, and updates of the sub-properties of the specified edge data property.
Arguments
- options(optional)
WatcherOptions
Options to use by the watcher
Returns
ogma.schema.watchNodeNonObjectProperty([options])
Provide information on the specified node data property, and notifies when the property is modified.
Arguments
- options(optional)
WatcherOptions
Options to use by the watcher
Returns
ogma.schema.watchNodeObjectProperty([options])
Watch for addition, removal, and updates of the sub-properties of the specified node data property.
Arguments
- options(optional)
WatcherOptions
Options to use by the watcher
Returns