You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param saveObjects.indexName - The `indexName` to save `objects` in.
319
319
* @param saveObjects.objects - The array of `objects` to store in the given Algolia `indexName`.
320
+
* @param chunkedBatch.waitForTasks - Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable.
320
321
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `batch` method and merged with the transporter requestOptions.
* @param deleteObjects - The `deleteObjects` object.
337
338
* @param deleteObjects.indexName - The `indexName` to delete `objectIDs` from.
338
339
* @param deleteObjects.objectIDs - The objectIDs to delete.
340
+
* @param chunkedBatch.waitForTasks - Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable.
339
341
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `batch` method and merged with the transporter requestOptions.
0 commit comments