The Azure Blob Storage extension provides reading and writing of formatted files to Azure Blob Storage containers.
Note: This is a Binary Storage Extension that is only used in combination with File Format extensions.
Source and Sink settings require the parameters shown below.
An optional ReadBufferSizeInKB
parameter can be used to control stream buffering.
{
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
"ContainerName": "",
"BlobName": "",
}
An optional MaxBlockSizeInKB
parameter can also be specified to control the transfer.
{
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
"ContainerName": "",
"BlobName": "",
}