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
Copy file name to clipboardExpand all lines: algoliasearch/Clients/IngestionClient.cs
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1275,13 +1275,14 @@ public interface IIngestionClient
1275
1275
/// - editSettings
1276
1276
/// <param name="taskID">Unique identifier of a task.</param>
1277
1277
/// <param name="pushTaskPayload">Request body of a Search API `batch` request that will be pushed in the Connectors pipeline.</param>
1278
+
/// <param name="watch">When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding. (optional)</param>
1278
1279
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1279
1280
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1280
1281
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
1281
1282
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
1282
1283
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
/// Push a `batch` request payload through the Pipeline. You can check the status of task pushes with the observability endpoints. (Synchronous version)
@@ -1293,13 +1294,14 @@ public interface IIngestionClient
1293
1294
/// - editSettings
1294
1295
/// <param name="taskID">Unique identifier of a task.</param>
1295
1296
/// <param name="pushTaskPayload">Request body of a Search API `batch` request that will be pushed in the Connectors pipeline.</param>
1297
+
/// <param name="watch">When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding. (optional)</param>
1296
1298
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1297
1299
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1298
1300
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
1299
1301
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
1300
1302
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
0 commit comments