小编Saj*_*dBp的帖子

Azure Blob 下载为字节数组错误“内存流不可扩展”

我想将 blob 下载为字节数组,但发生上述错误。我的代码如下

  Dim fullFileBytes() As Byte = {}
 Dim objAzureStorage As New AzureCloudStorage

                            Dim fullImageBlob As Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob = objAzureStorage.CloudContainer.GetBlockBlobReference(row(0))

                            fullImageBlob.DownloadToByteArray(fullFileBytes, 0)
Run Code Online (Sandbox Code Playgroud)

azure

1
推荐指数
1
解决办法
4141
查看次数

标签 统计

azure ×1