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: src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/DeleteAsyncSearchRequest.g.cs
+9
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ public sealed class DeleteAsyncSearchRequestParameters : RequestParameters
33
33
{
34
34
}
35
35
36
+
/// <summary>
37
+
/// <para>Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.</para>
@@ -46,6 +49,9 @@ public DeleteAsyncSearchRequest(Elastic.Clients.Elasticsearch.Id id) : base(r =>
46
49
internaloverrideboolSupportsBody=>false;
47
50
}
48
51
52
+
/// <summary>
53
+
/// <para>Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.</para>
/// <para>Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.</para>
0 commit comments