Azure Blob Storage Export
Upload data to Azure Blob Storage.
Properties
Name | Type | |
---|---|---|
engine | String=azureblob:write | |
credentials | Object | |
container | String | |
path | String | |
encoder | String |
engine
Must be azureblob:write
.
- Required
- Yes
credentials
The Azure credentials.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
account_name | String | |
account_key | String |
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