Azure Blob Storage

Learn how to configure the AzureBlobStorageFileSystemListing to read object files from Azure Blob Storage.

The AzureBlobStorageConfig class can be used for listing objects that exist in a specific Azure Storage Container.

How to use it ?

Use the following property in your Connector’s configuration:

fs.listing.class=io.streamthoughts.kafka.connect.filepulse.fs.AzureBlobStorageFileSystemListing

Configuration

The following table describes the properties that can be used to configure the AzureBlobStorageFileSystemListing:

ConfigurationDescriptionTypeDefaultImportance
azure.storage.connection.stringAzure storage account connection string.string-HIGH
azure.storage.account.nameThe Azure storage account name.string-HIGH
azure.storage.account.keyThe Azure storage account key.string-HIGH
azure.storage.container.nameThe Azure storage container name.string-MEDIUM
azure.storage.blob.prefixThe prefix to be used for restricting the listing of the blobs in the container.string-MEDIUM