All docs
This doc
Function |
|
---|---|
Description | Lists all the record stores. |
Output | A JSON String array containing the record store names in the ‘message’ element within the argument of the success callback. |
e.g. client.listRecordStores(function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); });
["EVENT_STORE", "PROCESSED_DATA_STORE"]