storeName | String Name of the data store into which you want to insert or update the entry. |
value | Document Value (IData object) to be inserted or updated. |
waitLength | String Optional. Length of time, in milliseconds, that you want to wait for this entry to become available if it is already locked by another thread. If the wait length expires before a lock is obtained, the service fails and throws an exception. The default is the default Maximum Lock Wait value, which is specified on the watt.server.storage.lock.maxWait property. You can update this property by using the Settings > Extended page on the Integration Server Administrator. This parameter is used only when your service did not explicitly lock the entry beforehand. |
key | String Key where you want to insert or update the entry. |
error | String Error message generated while inserting the new entry into the data store. |