azure-table-storage
How do I do a free text search in Azure Table Storage?
I have a solu开发者_如何学Gotion with a Azure table storage with up to a few tusands \"rows\" per customer (partition key).[详细]
2023-01-19 07:13 分类:问答Does the Azure table storage API cache results?
When I run the same query multiple times against the Azure table storage, is it using caching and speeding up the subsequent queries?[详细]
2023-01-19 04:14 分类:问答How can I use fiddler between my local WebRole and local Table Storage?
I have a Webrole that is updating Azure Table storage, and I\'d like to force Fiddler to see it. What needs to be done 开发者_Python百科to make this happen?\"UseDevelopmentStorage=true;DevelopmentSto[详细]
2023-01-16 15:24 分类:问答How can I tell if a given object has been saved using ADO.NET?
If I have a new object, that is not context.Saved() in ADO.NET, how can I tell that apart from another object that hasn\'t been saved?[详细]
2023-01-16 14:56 分类:问答How do I extract "eTag" or "x-ms-request-id" from my Astoria DataContext response?
The Azure table whitepaper mentions that the x-ms-request-id is useful to send to Microsoft in the event there is an error working with the data.If I do have such an error, I\'d like my try...catch bl[详细]
2023-01-16 14:38 分类:问答How to create a new Table using Table Storage in Azure
I have tried to use the samples that Roger Jennings recommeded in his book, \"Cloud Computing with Windows Azure\", but he is using version 1.I\'m using v1.2 and there is a lot of differences.Firstly,[详细]
2023-01-15 16:11 分类:问答Can Parallel.ForEach be used safely with CloudTableQuery
I have a reasonable number of records in an Azure Table that I\'m attempting to do some one time data encryption on.I thought that I could speed things up by using a Parallel.ForEach.Also because ther[详细]
2023-01-15 09:55 分类:问答Windows Azure Table: C# API for Update/Merge?
Windows Azure Table has two distinct mechanisms for开发者_StackOverflow社区 altering an existing entity: Update, which modifies properties in place, and Merge which replaces the entire entity.[详细]
2023-01-10 22:10 分类:问答How to download 100 million rows from Azure Table Storage FAST
I have been tasked with downloading around 100 million rows of data from Azure Table Storage.The important thing here being speed.[详细]
2023-01-07 12:42 分类:问答Is there a database agnostic nosql framework for .NET?
I\'m looking for a common data access framework that will provide portability across various nosql databases like SimpleDB, Azure Tables, Cassandra, CouchDB, MongoDb, etc.I\'m开发者_开发百科 building[详细]
2023-01-04 18:14 分类:问答