Node.js OJAI Client Classes and Methods

This topic lists and describes the classes supported by the Node.js OJAI client and provides a link to document pages that describe the methods in each class.

Class Name Description
ConnectionManager Manages connections to HPE Ezmeral Data Fabric Database JSON.
Connection Provides a logical connection to an OJAI data source: for example, HPE Ezmeral Data Fabric Database JSON.
DocumentStore Encapsulates a store, typically persistent, of OJAI documents: for example, HPE Ezmeral Data Fabric Database JSON tables.
QueryResult Encapsulates the stream of result sets for an OJAI query.
OTime Encapsulates the OJAI TIME type.
OTimestamp Encapsulates the OJAI TIMESTAMP type.
ODate Encapsulates the OJAI DATE type.

See Node.js OJAI Client API for details about each class, including the methods available in each class.