Class AzureBlobFetcher

All Implemented Interfaces:
Configurable<AzureBlobFetcherConfig>, EventListener<Event>, Fetcher, EventListener, Consumer<Event>

public class AzureBlobFetcher extends AbstractNioFetcher<AzureBlobFetcherConfig>

Fetcher for Azure Blob Storage, using references such as azblob://account/container/path/to/blob.

Azure Blob Storage has no real directories. This fetcher models folders from blob prefixes using the same delimiter-based listing approach as the Azure portal and SDK.