Store Overview
Stores provide encrypted block storage, enabling simple file uploading and downloading.
Before working with Stores, follow our Getting Started Guide. It will show you how to set up your project to work with PrivMX Bridge.
The sample code on this page is based on the same assumptions
Working with Stores
When working with Stores, you will use the following:
When working with Threads, you will use the following:
storeApi
- provides methods used to manage Stores in given Context
Creating Stores
Creating a basic unnamed Store, which can act as an encrypted block container:
Fetching Stores
Fetching the most recent Stores in given Context:
As a result you will receive an object:
A detailed description of the Store
object fields can be found here.
Modifying Stores
The updateStore(...)
method needs all the parameters as in the createStore(...)
method and a few more. If you want to update
one of the parameters - provide it in a new modified form. If, on the other hand, you want to leave
the parameter unchanged, provide it as it was before. All current values of the parameters of a given Store can be
obtained using getStore(threadId)
.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.