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
I\'m having an intermittent problem deleting objects from an azure table. It only affects about 1% of my attempts, and if the same call is made again later then it works fine, but I\'d love to find ou
anybody know patterns to design idempotent operations to azure manipulation, specially the table storage开发者_如何学编程? The more common approach is generate a id operation and cache it to verify ne
Windows Azure table storage limit is about 500 requests per second, more requests than this and a DoS is supected and you will get error messages.
I am looking for pointers to why the above method would fail. In my TableServiceContext subclass I have:
I want to sync data in the Azure Table Storage with a local windows desktop client. The desktop client should work without being online all the time so he has to download the newest data from the ATS
I am writing some code against the Azure Table Storage REST API. The API uses OData, which is normally handled by the .net client. However, I am not using the client, so I need to figure out another w
Is there any way to effectively customize the serialization of an azure table storage entity? I already read many posts/topics about ReadingEntity/WritingEntity events, but I think that isn\'t suffici
I have an API that receives Unicode data, but I only need to store ASCII in it.I\'d like to compress & obfuscate (or encrypt) the string values that will be persisted in Unicode.
this is our situation: We store user messages in table Storage. The Partition key is the UserId and the RowKey is used as a message id.