Auto-generated API code (#2886)
This commit is contained in:
@ -5148,6 +5148,7 @@ A query ID is provided in the ES|QL async query API response for a query that do
|
||||
A query ID is also provided when the request was submitted with the `keep_on_completion` parameter set to `true`.
|
||||
** *`drop_null_columns` (Optional, boolean)*: Indicates whether columns that are entirely `null` will be removed from the `columns` and `values` portion of the results.
|
||||
If `true`, the response will include an extra section under the name `all_columns` which has the name of all the columns.
|
||||
** *`format` (Optional, Enum("csv" | "json" | "tsv" | "txt" | "yaml" | "cbor" | "smile" | "arrow"))*: A short version of the Accept header, for example `json` or `yaml`.
|
||||
** *`keep_alive` (Optional, string | -1 | 0)*: The period for which the query and its results are stored in the cluster.
|
||||
When this period expires, the query and its results are deleted, even if the query is still ongoing.
|
||||
** *`wait_for_completion_timeout` (Optional, string | -1 | 0)*: The period to wait for the request to finish.
|
||||
|
||||
Reference in New Issue
Block a user