Cloud Storage
Store data on the Cloud
To start using Cloud Storage, please refer to the API.
Cloud Storage provides an API for storing data on coherence Cloud.
Data is stored in objects, which we refer to as storage objects.
Storage objects are identified by a category and a key — we refer to this tuple as the storage object identifier or StorageObjectId
.
Storage objects can contine any number of items — we refer to these as storage items or StorageItem
.
Currently, data is held for one hour. In the future, this will be configurable.
Last updated
Was this helpful?