Data Management
Manipulating data in a thing scope
As shown in Kii Cloud SDK for Thing Overview, a thing can create buckets and KiiObjects in its scope. As with users and groups, a thing and its owners can perform the following operations:
- Add, retrieve, update, delete, and query buckets and KiiObjects.
- Access key-value pairs and object bodies of KiiObjects.
- Manipulate the access control setting.
See the linked topics below for sample code.
Client SDK REST
Manipulating data in the other scopes
By default, a thing can access buckets and KiiObjects in the application scope, but it cannot access those in a group or user scope. You can change the access rights of a thing by modifying the ACL.
See the linked topics below for sample code.
Client SDK REST