Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 801 Bytes

File metadata and controls

33 lines (23 loc) · 801 Bytes

Azure Blob Storage Extension

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.

Settings

Source and Sink settings require the parameters shown below.

Source

An optional ReadBufferSizeInKB parameter can be used to control stream buffering.

{
    "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
    "ContainerName": "",
    "BlobName": "",
}

Sink

An optional MaxBlockSizeInKB parameter can also be specified to control the transfer.

{
    "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
    "ContainerName": "",
    "BlobName": "",
}