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: clients/algoliasearch-client-csharp/algoliasearch/Clients/IngestionClient.cs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -545,8 +545,8 @@ public interface IIngestionClient
545
545
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
546
546
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
547
547
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
548
-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
549
-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
548
+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
549
+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
550
550
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
551
551
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
552
552
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -565,8 +565,8 @@ public interface IIngestionClient
565
565
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
566
566
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
567
567
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
568
-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
569
-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
568
+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
569
+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
570
570
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
571
571
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
572
572
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -608,8 +608,8 @@ public interface IIngestionClient
608
608
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
609
609
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
610
610
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
611
-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
612
-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
611
+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
612
+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
613
613
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
614
614
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
615
615
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -627,8 +627,8 @@ public interface IIngestionClient
627
627
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
628
628
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
629
629
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
630
-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
631
-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
630
+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
631
+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
632
632
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
633
633
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
634
634
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
2034
2034
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
2035
2035
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2036
-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2037
-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2036
+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2037
+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2038
2038
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
2039
2039
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
2040
2040
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
2079
2079
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
2080
2080
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2081
-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2082
-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2081
+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2082
+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2083
2083
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
2084
2084
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
2085
2085
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2152,8 +2152,8 @@ public Run GetRun(string runID, RequestOptions options = null, CancellationToken
2152
2152
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
2153
2153
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
2154
2154
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2155
-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2156
-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2155
+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2156
+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2157
2157
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
2158
2158
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
2159
2159
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2191,8 +2191,8 @@ public async Task<RunListResponse> GetRunsAsync(int? itemsPerPage = default, int
2191
2191
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
2192
2192
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
2193
2193
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2194
-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2195
-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2194
+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2195
+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2196
2196
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
2197
2197
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
2198
2198
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
0 commit comments