What is the sort order of a list operation on a blob container? Is it like Azure Table Storage, where it is alphabetic?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the last line of “List Blobs” in MSDN – http://msdn.microsoft.com/en-us/library/dd135734.aspx
As an aside, in one of the PDC deep dive talks, the storage team talked about the fact that blobs are keyed on a combination of the container name and blob path, so this is what determines the list order – and it also determines “hot spots” if you are hitting blob storage for lots of similarly named files.