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.Serverless/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs
+15-3
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@ public sealed partial class AsyncSearchStatusRequestParameters : RequestParamete
34
34
}
35
35
36
36
/// <summary>
37
-
/// <para>Get async search status<br/>Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.<br/>If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.</para>
37
+
/// <para>
38
+
/// Get async search status
39
+
/// Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
40
+
/// If the Elasticsearch security features are enabled, use of this API is restricted to the <c>monitoring_user</c> role.
@@ -52,7 +56,11 @@ public AsyncSearchStatusRequest(Elastic.Clients.Elasticsearch.Serverless.Id id)
52
56
}
53
57
54
58
/// <summary>
55
-
/// <para>Get async search status<br/>Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.<br/>If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.</para>
59
+
/// <para>
60
+
/// Get async search status
61
+
/// Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
62
+
/// If the Elasticsearch security features are enabled, use of this API is restricted to the <c>monitoring_user</c> role.
/// <para>Get async search status<br/>Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.<br/>If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.</para>
93
+
/// <para>
94
+
/// Get async search status
95
+
/// Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
96
+
/// If the Elasticsearch security features are enabled, use of this API is restricted to the <c>monitoring_user</c> role.
/// <para>If the async search completed, this field shows the status code of the search.<br/>For example, 200 indicates that the async search was successfully completed.<br/>503 indicates that the async search was completed with an error.</para>
41
+
/// <para>
42
+
/// If the async search completed, this field shows the status code of the search.
43
+
/// For example, 200 indicates that the async search was successfully completed.
44
+
/// 503 indicates that the async search was completed with an error.
/// <para>Indicates when the async search will expire.</para>
62
+
/// <para>
63
+
/// Indicates when the async search will expire.
64
+
/// </para>
53
65
/// </summary>
54
66
[JsonInclude,JsonPropertyName("expiration_time")]
55
67
publicDateTimeOffset?ExpirationTime{get;init;}
@@ -59,19 +71,27 @@ public sealed partial class AsyncSearchStatusResponse : ElasticsearchResponse
59
71
publicstring?Id{get;init;}
60
72
61
73
/// <summary>
62
-
/// <para>When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.<br/>While the query is running, `is_partial` is always set to `true`.</para>
74
+
/// <para>
75
+
/// When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.
76
+
/// While the query is running, <c>is_partial</c> is always set to <c>true</c>.
77
+
/// </para>
63
78
/// </summary>
64
79
[JsonInclude,JsonPropertyName("is_partial")]
65
80
publicboolIsPartial{get;init;}
66
81
67
82
/// <summary>
68
-
/// <para>Indicates whether the search is still running or has completed.<br/>NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though `is_running` is `false`.</para>
83
+
/// <para>
84
+
/// Indicates whether the search is still running or has completed.
85
+
/// NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
86
+
/// </para>
69
87
/// </summary>
70
88
[JsonInclude,JsonPropertyName("is_running")]
71
89
publicboolIsRunning{get;init;}
72
90
73
91
/// <summary>
74
-
/// <para>Indicates how many shards have run the query so far.</para>
92
+
/// <para>
93
+
/// Indicates how many shards have run the query so far.
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/DeleteAsyncSearchRequest.g.cs
+18-3
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,12 @@ public sealed partial class DeleteAsyncSearchRequestParameters : RequestParamete
34
34
}
35
35
36
36
/// <summary>
37
-
/// <para>Deletes an async search by identifier.<br/>If the search is still running, the search request will be cancelled.<br/>Otherwise, the saved search results are deleted.<br/>If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.</para>
37
+
/// <para>
38
+
/// Deletes an async search by identifier.
39
+
/// If the search is still running, the search request will be cancelled.
40
+
/// Otherwise, the saved search results are deleted.
41
+
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
@@ -52,7 +57,12 @@ public DeleteAsyncSearchRequest(Elastic.Clients.Elasticsearch.Serverless.Id id)
52
57
}
53
58
54
59
/// <summary>
55
-
/// <para>Deletes an async search by identifier.<br/>If the search is still running, the search request will be cancelled.<br/>Otherwise, the saved search results are deleted.<br/>If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.</para>
60
+
/// <para>
61
+
/// Deletes an async search by identifier.
62
+
/// If the search is still running, the search request will be cancelled.
63
+
/// Otherwise, the saved search results are deleted.
64
+
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
/// <para>Deletes an async search by identifier.<br/>If the search is still running, the search request will be cancelled.<br/>Otherwise, the saved search results are deleted.<br/>If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.</para>
95
+
/// <para>
96
+
/// Deletes an async search by identifier.
97
+
/// If the search is still running, the search request will be cancelled.
98
+
/// Otherwise, the saved search results are deleted.
99
+
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
/// <para>Specifies how long the async search should be available in the cluster.<br/>When not specified, the `keep_alive` set with the corresponding submit async request will be used.<br/>Otherwise, it is possible to override the value and extend the validity of the request.<br/>When this period expires, the search, if still running, is cancelled.<br/>If the search is completed, its saved results are deleted.</para>
35
+
/// <para>
36
+
/// Specifies how long the async search should be available in the cluster.
37
+
/// When not specified, the <c>keep_alive</c> set with the corresponding submit async request will be used.
38
+
/// Otherwise, it is possible to override the value and extend the validity of the request.
39
+
/// When this period expires, the search, if still running, is cancelled.
40
+
/// If the search is completed, its saved results are deleted.
/// <para>Specifies to wait for the search to be completed up until the provided timeout.<br/>Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.<br/>By default no timeout is set meaning that the currently available results will be returned without any additional wait.</para>
53
+
/// <para>
54
+
/// Specifies to wait for the search to be completed up until the provided timeout.
55
+
/// Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.
56
+
/// By default no timeout is set meaning that the currently available results will be returned without any additional wait.
/// <para>Retrieves the results of a previously submitted async search request given its identifier.<br/>If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.</para>
63
+
/// <para>
64
+
/// Retrieves the results of a previously submitted async search request given its identifier.
65
+
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
/// <para>Specifies how long the async search should be available in the cluster.<br/>When not specified, the `keep_alive` set with the corresponding submit async request will be used.<br/>Otherwise, it is possible to override the value and extend the validity of the request.<br/>When this period expires, the search, if still running, is cancelled.<br/>If the search is completed, its saved results are deleted.</para>
83
+
/// <para>
84
+
/// Specifies how long the async search should be available in the cluster.
85
+
/// When not specified, the <c>keep_alive</c> set with the corresponding submit async request will be used.
86
+
/// Otherwise, it is possible to override the value and extend the validity of the request.
87
+
/// When this period expires, the search, if still running, is cancelled.
88
+
/// If the search is completed, its saved results are deleted.
/// <para>Specifies to wait for the search to be completed up until the provided timeout.<br/>Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.<br/>By default no timeout is set meaning that the currently available results will be returned without any additional wait.</para>
103
+
/// <para>
104
+
/// Specifies to wait for the search to be completed up until the provided timeout.
105
+
/// Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.
106
+
/// By default no timeout is set meaning that the currently available results will be returned without any additional wait.
/// <para>Retrieves the results of a previously submitted async search request given its identifier.<br/>If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.</para>
114
+
/// <para>
115
+
/// Retrieves the results of a previously submitted async search request given its identifier.
116
+
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
/// <para>Retrieves the results of a previously submitted async search request given its identifier.<br/>If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.</para>
151
+
/// <para>
152
+
/// Retrieves the results of a previously submitted async search request given its identifier.
153
+
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
/// <para>Indicates when the async search will expire.</para>
43
+
/// <para>
44
+
/// Indicates when the async search will expire.
45
+
/// </para>
41
46
/// </summary>
42
47
[JsonInclude,JsonPropertyName("expiration_time")]
43
48
publicDateTimeOffset?ExpirationTime{get;init;}
@@ -47,13 +52,19 @@ public sealed partial class GetAsyncSearchResponse<TDocument> : ElasticsearchRes
47
52
publicstring?Id{get;init;}
48
53
49
54
/// <summary>
50
-
/// <para>When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.<br/>While the query is running, `is_partial` is always set to `true`.</para>
55
+
/// <para>
56
+
/// When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.
57
+
/// While the query is running, <c>is_partial</c> is always set to <c>true</c>.
58
+
/// </para>
51
59
/// </summary>
52
60
[JsonInclude,JsonPropertyName("is_partial")]
53
61
publicboolIsPartial{get;init;}
54
62
55
63
/// <summary>
56
-
/// <para>Indicates whether the search is still running or has completed.<br/>NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though `is_running` is `false`.</para>
64
+
/// <para>
65
+
/// Indicates whether the search is still running or has completed.
66
+
/// NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
0 commit comments