> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # Azure Blob Storage Supports: * ✅ Models * ✅ Model sync destination * ✅ Bulk sync source * ✅ Bulk sync destination ## Connection ### Configuration
| Name | Type | Description | Required |
|---|---|---|---|
account_name |
string |
Account name | true |
auth_method |
string |
Authentication method Accepted values: `access_key` ↓, `client_credentials` ↓, `oauth` |
true |
container_name |
string |
Container name | true |
csv_has_headers |
boolean |
CSV files have headers Whether CSV files have a header row with field names. |
false |
is_single_table |
boolean |
Files are time-based snapshots Treat the files as a single table. ↓ |
false |
oauth_refresh_token |
string |
false |
| Name | Type | Description | Required |
|---|---|---|---|
access_key |
string |
Access key | true |
| Name | Type | Description | Required |
|---|---|---|---|
client_id |
string |
Client ID | true |
client_secret |
string |
Client secret | true |
tenant_id |
string |
Tenant ID | true |
| Name | Type | Description | Required |
|---|---|---|---|
is_directory_snapshot |
boolean |
Multi-directory multi-table | false |
| Name | Type | Description | Required |
|---|---|---|---|
single_table_file_format |
string |
File format Accepted values: `csv`, `json`, `parquet` |
false |
single_table_name |
string |
Collection name | false |
| Name | Type | Description | Required |
|---|---|---|---|
single_table_file_formats |
array |
File formats that may be present across different tables | false |
| Name | Type | Description | Required |
|---|---|---|---|
directory_glob_pattern |
string |
Tables glob path | true |
| Name | Type | Description | Required |
|---|---|---|---|
skip_lines |
integer |
Skip first lines Skip first N lines of each CSV file. |
false |
| Name | Type | Description | Required |
|---|---|---|---|
file_format |
string |
File format Accepted values: `csv`, `json`, `parquet` |
false |
key |
string |
Object key The key of the object in the bucket to read from. |
false |
model_from |
string |
Files The model is generated from a single file or a multi-file archive. Accepted values: `single_file`, `multi_file_archive` |
true |
skip_lines |
integer |
Skip first lines Skip first N lines of each CSV file. |
false |
subfolder |
string |
Subfolder to read files from from (optional) | false |
| Name | Type | Description | Required |
|---|---|---|---|
format |
string |
Output format Output file encoding. Accepted values: `csv`, `json-doc`, `json`, `parquet` |
false |
| Name | Type | Description | Required |
|---|---|---|---|
advanced |
object |
false |
|
format |
string |
Output file encoding | false |
subfolder |
string |
Subfolder to write to (optional) | false |