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 Summary
Fields
Advertises that this node exposes the data_sources + datasets CRUD endpoints.
The dataset PUT body accepts a declared `mappings` block (types, path renames, format, _id).
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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:
-