azure-blob-storage
Possible to do more than one PageBlob operation in a single call? (many GETs or PUTs)
I have clients accessing Azure storage on a high latency connection, and it appears that the main reason for the slowness is the latency between each call.[详细]
2023-04-13 01:35 分类:问答How to track individual objects, that are out of order, and then Joining() the consecutive ones?
I\'ll start by saying is going to be a little tougher than blindly joining byte[] together. My big picture goal is to optimize an application that currently uploads many 512byte pages to a web server[详细]
2023-04-12 11:41 分类:问答Notification about azure blob object changes
Can I somehow subscribe for notifications about Azure\'s blob object changes? My purpose is to delegate file uploads to the client using SAS and lately (after upload is complet开发者_如何转开发e) upd[详细]
2023-04-12 10:17 分类:问答Upload files to Azure BLOB storage - Parallel.Foreach is slower than Foreach
I have the following code for uploading a folder form local storage to blob storage, Including the folder name itself in the blob\'s name ( The code is based on some methods found here http://blog.sma[详细]
2023-04-11 17:32 分类:问答CloudBlobContainer.ListBlobs() - using ToList() to reduce transaction cost
I have two code examples : var container = new CloudBlobContainer(\"address\"); va开发者_开发问答r blobs = container.ListBlobs();[详细]
2023-04-10 22:32 分类:问答How to copy a Azure blob file to Azure local storage
I have a WCF service hosted in Azure. I have a spatialite database file I\'m going to keep in Azure blob storage (1.1G).Compressed it is 500K.[详细]
2023-04-10 18:10 分类:问答Azure - Updating an existing xml file in BLOB storage
I have XML files stored in BLOB storage, and I am trying to figure out what is the most efficient way to update them ( and/or add some elements to them). In a WebRole, I came up with this :[详细]
2023-04-10 10:32 分类:问答Rankings in Azure Table
I am just stuck in a design problem. I want to assign ranks to user records in a table. They do some action on the site and given a rank on basis of leader board. And the select I want on them could b[详细]
2023-04-09 23:39 分类:问答Azure Storage & Snapshots
I have a VHD in a container which was mounted by an instance (a DotNetNuke accelerator). But now the instance is stopped so the VHD is not mounted anymore.[详细]
2023-04-07 19:46 分类:问答Loading web user controls from blob storage in asp.net
I am storing user control file in some other location may be in blob storage or some other place. ( not in my project work space ) and i store the url of the user control in database . Now how can loa[详细]
2023-04-07 11:18 分类:问答