Constructor. Fields are added externally by the nosql implementation
via initializeApiDatamodel.
the OINONoSqlApi that owns this data model
Convert an array of NoSQL entries into an in-memory dataset whose columns match the fields present in this model.
nosql entries from the storage backend
Static data model for NoSQL entity listings.
The canonical field order is determined by the implementation's
initializeApiDatamodelcall. Primary key fields are mapped positionally toOINONoSqlEntry.primaryKey, while the remaining fields (timestamp,etag,properties) are matched by name.