3

I have large files already on my Azure BLOB storage. Now at the client side and using azure SDK v2.0 I can download the files a stream as described here.

My problem is: The SDK only allows me to download the blob as a stream and I want to download my files in chunks to make the downloads resume-able.

3
  • 2
    Nobody can answer this question the way it is. You need to describe the problems you're having. Otherwise, the answer is "Use the Azure SDK to do this." That's clearly a pretty pointless answer and not what you're looking for. Help us help you, and we will! Commented May 8, 2013 at 20:39
  • 1
    Thanks Jaxidian, you can check it now. Commented May 9, 2013 at 11:58
  • Thanks for updating this. It should be reopened soon for people to help you. :) Commented May 9, 2013 at 15:31

1 Answer 1

4

You can use CloudBlockBlob.DownloadRangeToStream to read parts of a blob.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.