Managing Data

The Thing SDK Embedded can access the following storage provided by the Kii Could SDK for data management.

  • Object Storage: This storage stores JSON objects which consist of arbitrary key-value pairs. It accommodates JSON objects in free format without customizing the server side to meet various purposes of your applications.

In many cases, the thing and mobile app share data through objects in the thing scope. The thing updates objects in its own scope. The user of the mobile app can access objects belonging to the thing that the user is registered as the owner. See Things and ownership in the Function Guide for more information.

The thing can access scopes other than the thing scope if the default security setting is changed. Change the ACL with the REST API or mobile app to access scopes of the owner user and group from the thing.