Class AZBlobFetcherFactory

java.lang.Object
org.apache.tika.pipes.fetcher.azblob.AZBlobFetcherFactory
All Implemented Interfaces:
FetcherFactory, TikaExtensionFactory<Fetcher>, org.pf4j.ExtensionPoint

@Extension public class AZBlobFetcherFactory extends Object implements FetcherFactory
Factory for creating Azure Blob Storage fetchers.

Example JSON configuration:

 "fetchers": {
   "az-blob-fetcher": {
     "my-az-fetcher": {
       "sasToken": "your-sas-token",
       "endpoint": "https://account.blob.core.windows.net",
       "container": "my-container",
       "extractUserMetadata": true
     }
   }
 }