Syntax
Arguments
| Argument | Description |
|---|---|
cluster_name | Name of a cluster that is used to build a set of addresses and connection parameters to remote and local servers. |
connection_string | storage_account_url` — connection_string includes account name & key (Create connection string) or you could also provide the storage account url here and account name & account key as separate parameters (see parameters account_name & account_key) |
container_name | Container name |
blobpath | file path. Supports following wildcards in readonly mode: *, **, ?, {abc,def} and {N..M} where N, M — numbers, 'abc', 'def' — strings. |
account_name | if storage_account_url is used, then account name can be specified here |
account_key | if storage_account_url is used, then account key can be specified here |
format | The format of the file. |
compression | Supported values: none, gzip/gz, brotli/br, xz/LZMA, zstd/zst. By default, it will autodetect compression by file extension. (same as setting to auto). |
structure | Structure of the table. Format 'column1_name column1_type, column2_name column2_type, ...'. |
Returned value
A table with the specified structure for reading or writing data in the specified file.Examples
Similar to the AzureBlobStorage table engine, users can use Azurite emulator for local Azure Storage development. Further details here. Below we assume Azurite is available at the hostnameazurite1.
Select the count for the file test_cluster_*.csv, using all the nodes in the cluster_simple cluster: