Version 1.3
Connector Overview: This page documents all 2 actions for the Azure Blob Storageconnector v1.3.
Default (2)
PUT Create a Blob
/{container_name}/{blob}
Upload a blob to the given container, creating it if it does not exist or overwriting it if it does.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Specifies the version of the Azure Blob Storage service to use for the request. |
|
|
Indicates the type of blob to create, such as BlockBlob or PageBlob. |
|
|
The name of the container where the blob will be created. |
|
|
The name of the blob to create or replace. |
|
|
The response format expected from the API (e.g. application/json). |
Options (1)
|
Option Name |
Description |
|---|---|
|
|
The binaries of the file |
GET Fetch A Blob
/{container_name}/{blob}
Download a blob's content, metadata, and properties from the specified container.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Specifies the version of the Azure Blob Storage service to use for the request. |
|
|
Provides the authorization token required to authenticate the request. |
|
|
The name of the container that holds the blob. |
|
|
The name of the blob to retrieve. |
|
|
The response format expected from the API (e.g. application/json). |