Azure Blob Storage Import
Import data from Azure Blob Storage.
Properties
Name | Type | |
---|---|---|
engine | String=azureblob:read | |
credentials | Object | |
container | String | |
path | String | |
decoder | String | |
schema | Object |
engine
Must be azureblob:read
.
- 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 from which to get the file.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes