Synadia Connect

Azure Blob Storage

NAMERUNTIMETYPEVERSIONSTATUS
azure_blob_storagewombatsourcelatestpreview

Downloads objects within an Azure Blob Storage container, optionally filtered by a prefix.

Configuration

nametypeoptionalsecretdescription
connection_stringstringnonoA storage account connection string.
containerstringnonoThe name of the container from which to download blobs. This field supports interpolation functions.
prefixstringyesnoAn optional path prefix, if set only objects with the prefix are consumed. The value defaults to ``.
scannerscannernonoThe scanner by which the stream of bytes consumed will be broken out into individual messages. Scanners are useful for processing large sources of data without holding the entirety of it within memory. For example, the csv scanner allows you to process individual CSV rows without loading the entire CSV file in memory at once.
delete_objectsboolyesnoWhether to delete downloaded objects from the blob once they are processed. The value defaults to false.
Previous
AWS SQS