Files
elasticsearch-js/docs/reference-shared-types--global-clear-scroll.asciidoc
2024-12-05 14:46:52 -06:00

65 lines
3.7 KiB
Plaintext

[[reference-shared-types--global-clear-scroll]]
////////
===========================================================================================================================
|| ||
|| ||
|| ||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|| ||
|| ||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|| You should update the script that does the generation, which can be found in: ||
|| https://github.com/elastic/elastic-client-generator-js ||
|| ||
|| You can run the script with the following command: ||
|| npm run elasticsearch -- --version <version> ||
|| ||
|| ||
|| ||
===========================================================================================================================
////////
== Shared ClearScroll types
[discrete]
[[ClearScrollRequest]]
=== ClearScrollRequest
[pass]
++++
<pre>
++++
interface ClearScrollRequest extends <<RequestBase>> {
scroll_id?: <<ScrollIds>>
}
[pass]
++++
</pre>
++++
[discrete]
[[ClearScrollResponse]]
=== ClearScrollResponse
[pass]
++++
<pre>
++++
interface ClearScrollResponse {
succeeded: boolean
num_freed: <<integer>>
}
[pass]
++++
</pre>
++++