List all blocks in a given blob.
External Documentation
To learn more, visit the Azure Storage documentation.
Parameter | Description |
---|---|
Blob Name | The name of the blob to create or update. |
Container Name | The name of the container. Can be obtained from the List Containers action. |
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
{
"BlockList": {
"CommittedBlocks": {
"Block": {
"Name": "<string>",
"Size": "<string>"
}
},
"UncommittedBlocks": "<string>"
}
}
List Blob Blocks with Azure Storage and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?