OINO TS
    Preparing search index...

    Class OINONoSqlDataModel

    Static data model for NoSQL entity listings.

    The canonical field order is determined by the implementation's initializeApiDatamodel call. Primary key fields are mapped positionally to OINONoSqlEntry.primaryKey, while the remaining fields (timestamp, etag, properties) are matched by name.

    Hierarchy

    • unknown
      • OINONoSqlDataModel
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    noSqlApi: OINONoSqlApi

    Reference to the owning NoSQL API

    Methods

    • Convert an array of NoSQL entries into an in-memory dataset whose columns match the fields present in this model.

      Parameters

      Returns OINOMemoryDataset