KiiObjects

A KiiObject can be created in a bucket once the bucket is created.

This section explains how to create, reference, and delete KiiObjects. See Accessing a JSON Document for manipulating the JSON document of a KiiObject and Accessing an Object Body for the object body of a KiiObject.

When manipulating KiiObjects, keep in mind that the entity of each KiiObject exists on Kii Cloud, not on the client device. The Kii Cloud SDK allows you to code your mobile app as if KiiObjects exist on the client, but you need to access Kii Cloud to finalize the data on the server. When you directly use the REST APIs, you also send requests to Kii Cloud to update KiiObjects on the server.

Many APIs that require network access are implemented as non-blocking APIs.