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
@@ -61,6 +63,7 @@ public partial class IngestionClient : IIngestionClient
61
63
/// <param name="referenceIndexName">This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).</param>
62
64
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
63
65
/// <param name="cancellationToken">Cancellation token to cancel the request</param>
66
+
/// <param name="chunkedOptions">Optional configuration for the helper.</param>
64
67
/// <returns>List of WatchResponse objects from the push operations</returns>
0 commit comments