2 Home
gitea_admin edited this page 2026-03-11 14:35:11 +00:00

Azure Storage File Source

Consume files from Azure Storage File Shares.

Metadata

Property Value
Type source
Group Azure Storage Blob
Namespace Azure
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
accountName string The Azure Storage File Share account name.
shareName string The Azure Storage File Share share name.
sharedKey string The Azure Storage Blob access key.
delay integer 500 The number of milliseconds before the next poll of the selected blob.
deleteAfterRead boolean false Specifies to delete blobs after consuming them
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.
directoryName string . The directory from where the consumer will start reading files.
recursive boolean false If a directory, the consumer will look for files in all the sub-directories as well.

Dependencies

  • camel:azure-files
  • camel:kamelet
  • camel:core
  • camel:timer