azure-blob-storage
Azure - Sort order of List operation on blob container
What is the sort order of a list operation on a blob container? Is it like A开发者_Go百科zure Table Storage, where it is alphabetic?From the last line of \"List Blobs\" in MSDN - http://msdn.microsoft[详细]
2023-03-02 20:13 分类:问答Azure Page Blob obligates me to tamper the file size
I\'m trying to create a Page Blob, because I would need random access in the future, although I can upload the file, when I download it the size is different.[详细]
2023-02-26 22:54 分类:问答Trying to save a generated heatmap in Azure Storage
I have a Heatmap that currently works on a stand alone sever that I am porting to Azure Storage. How do I go about saving the butmap file in Azure Storage. Originally I had a entry in my web.config fi[详细]
2023-02-26 05:45 分类:问答Getting Last Azure Blob in the container
I have a list of blobs with the following names in my container eg. item1 item2 item3 item9 item10 item12 item45[详细]
2023-02-22 13:53 分类:问答Query JSON data from Azure Blob Storage with jQuery
I have some data in an Azure blob storage. The data is JSON and it has been saved with the \"application/json\" content type.[详细]
2023-02-21 10:44 分类:问答Azure storage error: "The specified blob already exists", but it doesn't!
I have this code: CloudBlob blob = _container.GetBlobReference(relativefilePath); blob.Properties.ContentType = contentType;[详细]
2023-02-08 07:28 分类:问答Difference between CloudBlobDirectory and using a delimiter in Azure Storage?
What is the difference between using the CloudBlobDirectory and using a Delimited Blob List h开发者_StackOverflow中文版ttp://msdn.microsoft.com/en-us/library/dd179465.aspx#DelimitedBlobList[详细]
2023-02-03 13:15 分类:问答Uploading a large file(2GB Max) On Windows Azure Webrole Using SWFUploader
I have an application, in that I want to upload a large file max up to 2GB, and after processing this file I want to store it as blob on blobstorage. I am using SWFUploader to upload the files (I want[详细]
2023-02-02 13:01 分类:问答Azure Storage Simulator performance issues
I am trying to setup a windows server to be my on-premises server. I was able to overcome the connection issues (the Computer Emulator only listens to 127.0.0.1), and now I face a new, more difficult[详细]
2023-01-31 10:16 分类:问答Practical Limit on number of Azure Shared Access Signatures?
I\'m looking to avoid having to use a handler/module in my Webrole to protect images being served up from Block Blob storage on Azure.Shared Access Signatures (SAS) seems to be the way to go.[详细]
2023-01-29 19:23 分类:问答