英語 での An object body の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
To download an object body, you use a different API from that for getting a KiiObject.
Downloading an object body To download an object body, click the"Download" button.
Deleting an object body To delete an object body, click the"Delete" button.
Downloading an Object Body To download an object body, you use a different API from that for getting a KiiObject.
Publishing an Object Body Kii Cloud provides a publishing feature that makes your file accessible to users through a web browser via the Internet.
Publishing an object body You can publish and an object body so that end users can access it with a web browser.
If you delete an object body that has been published, its URL will be disabled too.
To upload an object body, your web app needs to support XMLHttpRequest Level 2, FileReader, and Blob.
Use this upload ID when actually uploading an object body in the next section.
Using Object Bodies A KiiObject can hold a JSON document and an object body.
When the API is called for publishing an object body, Kii Cloud issues an HTTPS URL that is accessible to a web browser.
The maximum size of an object body that the Background Transfer feature can handle is 100 MB. For the server stability, we kindly ask you to finish one upload request in about one minute.
Relation between an object body and URLs When the API is called for publishing an object body, Kii Cloud issues an HTTPS URL that is accessible to a web browser.
For example, you can store the metadata of a movie as key-value pairs in a KiiObject while associating the movie file as an object body with the KiiObject.
Conceptually speaking, a KiiObject consists of a JSON document and an object body. However, key-value pairs and object bodies are manipulated with different APIs.
Moving an object body can be achieved within a scope or across scopes(e.g., moving an object body from a KiiObject in the application scope to a KiiObject in the user scope).
For more information about manipulating an object body, see"Accessing an Object Body"(Android, iOS, JavaScript, REST) in the programming guide.
According to the requirements of your service, you can freely determine the format of the JSON document for each object type and whether an object body should be attached to an object or not.
Relation between an object body and URLs.
Here is an example of moving an object body.