Access the elements of a collection
The DataBlade API provides functions for accessing collection data types.
DataBlade API collection function | Description |
---|---|
mi_collection_copy() | Creates a copy of an existing open collection |
mi_collection_delete() | Deletes an element from a collection |
mi_collection_fetch() | Fetches an element from a collection |
mi_collection_insert() | Inserts a new element into an open collection |
mi_collection_update() | Updates an element in an open collection |