Azure Blob Storage Export

Upload data to Azure Blob Storage.

Properties

NameType
engineString=azureblob:write
credentialsObject
containerString
pathString
encoderString

engine

Must be azureblob:write.

Required
Yes

credentials

The Azure credentials.

Required
Yes

Properties

NameType
account_nameString
account_keyString

credentials.account_name

Account name to authenticate with.

Required
Yes

credentials.account_key

Account key to authenticate with.

Required
Yes

container

The name of the Azure Blob Storage container.

Required
Yes

path

The path at which to create the file. If the file already exists it will be overwritten.

Required
Yes

encoder

The format of the data.

Required
Yes
Enum
csv json ndjson msgpack parquet