storeName | String Name of the data store in which to insert the entry. |
key | String Key under which the entry is to be inserted. |
value | Document Value (IData object) to be inserted. |
result | String Flag indicating whether the entry was successfully added. A value of: true indicates that the new entry was inserted successfully. false indicates that the entry was not inserted (usually because an entry for key already exists). |
error | String Error message generated while inserting the new entry into the data store. |