RUAL Documentation

Blocks within storage

List of all the block within the storage group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

search array v13.0.4 searches in the given storage based on a query. get mapping condition v10.4.28 Returns the mapping of a given storage. find existing documents array v10.4.28 returns array of existing and non-existing documents in a given storage from an array of objects. create document condition v12.0.0 Creates a document in the given storage. wait for document condition v12.0.0 Using the given timestamp will wait for the document to be present in search. move documents condition v10.4.28 Moves documents from one storage to another. Moved documents can still be found in the old storage (removed and with expiry) for 36 hours permanently delete document condition v9.2.5 Deletes the given document from the given storage permanently and unrecoverably. selector storage v10.4.28 Lets you choose a storage to be used on the connected blocks. get multiple documents array v10.4.28 Get multiple documents from the given storage. Skips documents that do not exist or removed. update multiple documents condition v9.2.5 Updates multiple documents in the given storage get document object v13.0.7 get a specific document based on the given GUID remove document object v9.2.5 Removes the given document from the given storage. search single object v10.6.2 searches in the given storage based on a query and returns maximum one result. search streaming number v10.4.28 streams the results of the search to a function. When using a limit, the first scroll will always fetch 10k items, we'll just truncate them if your limit is < 10k. update document condition v9.2.5 Update document in the given storage and creates a revision for it. create multiple documents condition v9.2.5 Creates multiple documents in the given storage, each item in the array becomes a document. set document expiry condition v11.0.0 Updates the expiry of the given document from the given storage. restore document condition v9.2.5 Restores a single document from the removed state and adds a revisions for this modification. dynamic storage storage v10.4.28 define a storage using a dynamic value restore multiple documents condition v9.2.5 Restores multiple documents from the removed state. trigger event object v10.6.1 Event is executed when the storage receives an event relevant update (removed, created, updated or saved). remove multiple documents condition v9.2.5 Removes multiple documents from the given storage.
Back to storage Return to the main group to view all sub-groups