Class EsqlDataSourcesCapabilities

java.lang.Object
org.elasticsearch.xpack.esql.datasources.EsqlDataSourcesCapabilities

public final class EsqlDataSourcesCapabilities extends Object
REST-handler capability constants for the ES|QL data source + dataset CRUD API.
  • Field Details

    • DATA_SOURCES

      public static final String DATA_SOURCES
      Advertises that this node exposes the data_sources + datasets CRUD endpoints.
      See Also:
    • DATASET_DECLARED_SCHEMA

      public static final String DATASET_DECLARED_SCHEMA
      The dataset PUT body accepts a declared `mappings` block (types, path renames, format, _id).
      See Also: