Azure Blob Storage Query
Last updated
Was this helpful?
Last updated
Was this helpful?
The Azure Blob Storage Query allows you to execute multiple methods to manage your Azure Blob Storage. You can select a specific method from a number of operations available under the Blob storage action type dropdown.
Here is a list of all available Blob Storage operation types:
This method retrieves an iterable of containers.
This method creates a new container.
This method deletes the specified container.
This method retrieves all blobs in the specified container.
This method creates a blob in the specified container. Here, you need to select the specific container where you want to create a blob, give it a name, and select blob type.
This method uploads data to a blob.
This method reads the content of a blob.
This method deletes a blob in the specified container.
This method generates a URL for a blob. Here, you need to make sure that you select the specific container and blob you want to generate the URL for, as well as specify the permissions.
This method appends data to an append blob.
This method writes a block of data to a specific byte range within a page blob.
For more details about Azure Blob Storage, check out their .