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
/// Helper: Deletes every records for the given objectIDs. The `chunkedBatch` helper is used under the hood, which creates a `batch` requests with at most 1000 objectIDs in it.
@@ -184,9 +184,9 @@ public partial interface ISearchClient
184
184
/// <param name="batchSize">The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.</param>
185
185
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
186
186
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// Helper: Replaces object content of all the given objects according to their respective `objectID` field. The `chunkedBatch` helper is used under the hood, which creates a `batch` requests with at most 1000 objects in it.
@@ -198,9 +198,9 @@ public partial interface ISearchClient
198
198
/// <param name="batchSize">The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.</param>
199
199
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
200
200
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
0 commit comments