All docs
This doc
Function |
|
---|---|
Description | Deletes all indexed data of the given table. |
Output | A JSON object containing the message in the ‘message’ element within the argument of the success callback. |
client.clearIndexData("SampleTable", function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); });
{ status: "success" message: "Successfully cleared indices in table: SampleTable" }