简体   繁体   English

我可以在Azure Blob存储中解压缩文件吗?

[英]Can I Unzip a file in Azure Blob storage?

My application requires to unzip a zip file located in Azure's blob storage. 我的应用程序需要解压缩Azure的blob存储中的zip文件。 Is unzipping supported in Azure blob storage? Azure blob存储是否支持解压缩?

开箱即用,但您可以在blob存储中保留所需的任何二进制数据并使用myBlob.DownloadToStream(myStream) ,然后使用您选择的zip / unzip库来解压缩流。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Azure Web角色解压缩文件并将内容上传到Blob存储 - Unzip file and upload contents to Blob Storage using Azure Web Role 如何从 Azure 数据工厂中的 blob 存储中解压缩.gz 文件? - How to unzip .gz file from blob storage in Azure Data Factory? 使用 blob 存储触发器在 blob 存储中解压缩文件 - Unzip file in blob storage with blob storage trigger 无法在Azure存储中重命名Blob文件 - Can't rename blob file in Azure Storage 如何使用 power bi 或 Azure 数据工厂解压缩.tar.gz 文件 blob 存储 - How to unzip .tar.gz file blob storage either using power bi or Azure Data Factory 我可以获取Azure Blob存储来发送给我调整大小的Blob吗? - Can I get Azure Blob storage to send me a blob resized? 如何从 Azure Databricks Notebook 直接读取 Azure Blob 存储文件 - How can I read an Azure Blob Storage file direclty from an Azure Databricks Notebook 如何解压缩 Azure Blob 存储中的自解压 Zip 文件? - How to unzip Self Extracting Zip files in Azure Blob Storage? Azure Blob 存储或 Azure 文件存储 - Azure Blob Storage or Azure File Storage 如何使用逻辑应用程序与用于大文件的 azure 函数从 blob 存储上传文件 - how can I upload a file from blob storage using logic apps vs azure functions for large files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM