Constructor.
NOTE: initializeDatamodel (or OINONoSqlFactory.createApi) must be
called before the first request is dispatched.
nosql storage backend
API parameters
ReadonlynoNoSQL storage backend
NoSQL-specific data model (populated by initializeDatamodel)
Attach the static nosql data model and mark the API as initialised.
OINONoSqlDataModel instance for this API
REST API for NoSQL table storage.
Supports the following HTTP methods:
propertieskey containing the custom entity properties.The URL row ID format uses
OINOConfig.OINO_ID_SEPARATORto join the primary key field values, matching the number and order of primary key fields in the data model (same_OINOID_convention asOINODbApi).