Overview
Function |
|
---|---|
Description | Tracks if the indexing process is completed. |
Output | A JSON String array containing the following text if the given table;
|
Example
client.isPaginationSupported(“SampleRecordStore”, function(data) { console.log (data[“message”]); }, function(error) { console.log(“error occured: ” + error[“message”]); });
Sample output
{ status: "success" message: "Indexing completed successfully" }