Creates a data item.
(optional) transaction id to trace execution through call chain.
an item to be created.
(optional) callback function that receives created item or error.
Deleted a data item by it's unique id.
(optional) transaction id to trace execution through call chain.
an id of the item to be deleted
(optional) callback function that receives deleted item or error.
Updates a data item.
(optional) transaction id to trace execution through call chain.
an item to be updated.
(optional) callback function that receives updated item or error.
Generated using TypeDoc
Interface for data processing components that can create, update and delete data items.