Class AzureDataSourcePlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.datasource.azure.AzureDataSourcePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,DataSourcePlugin
Data source plugin providing Azure Blob Storage support for ESQL.
Supports the wasbs:// and wasb:// URI schemes.
Usage in ESQL:
EXTERNAL "wasbs://account.blob.core.windows.net/container/path/data.parquet"
EXTERNAL "wasbs://account.blob.core.windows.net/container/path/data.parquet"
WITH (account="myaccount", key="...", endpoint="https://myaccount.blob.core.windows.net")
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.plugins.Plugin
Plugin.PluginServices -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getProjectCustomMetadataUpgraders, getSettings, getSettingsFilter, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xpack.esql.datasources.spi.DataSourcePlugin
connectors, decompressionCodecs, filterPushdownSupport, formatReaders, formatSpecs, namedWriteables, operatorFactories, sourceFactories, storageProviders, supportedCatalogs, supportedConnectorSchemes, tableCatalogs
-
Constructor Details
-
AzureDataSourcePlugin
public AzureDataSourcePlugin()
-
-
Method Details
-
supportedSchemes
- Specified by:
supportedSchemesin interfaceDataSourcePlugin
-
storageProviders
- Specified by:
storageProvidersin interfaceDataSourcePlugin
-