Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Azure BLOB 存储中已有大文件。现在在客户端并使用 azure SDK v2.0 我可以将文件下载为流,如此处所述。
我的问题是:SDK 只允许我将 blob 作为流下载,并且我想分块下载文件以使下载能够恢复。
您可以使用CloudBlockBlob.DownloadRangeToStream来读取 blob 的一部分。