Class AsyncQueryStopRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.esql.AsyncQueryStopRequest

public class AsyncQueryStopRequest extends RequestBase
Stop async ES|QL query.

This API interrupts the query execution and returns the results so far. If the Elasticsearch security features are enabled, only the user who first submitted the ES|QL query can stop it.

See Also:
  • Field Details

  • Method Details

    • of

    • dropNullColumns

      @Nullable public final Boolean dropNullColumns()
      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.

      API name: drop_null_columns

    • id

      public final String id()
      Required - The unique identifier of the query. A query ID is provided in the ES|QL async query API response for a query that does not complete in the designated time. A query ID is also provided when the request was submitted with the keep_on_completion parameter set to true.

      API name: id