Here\'s my problem. A class which defines an order has a property called PaymentStatus, which is an enum defined like so:
Everyone warns not to query against anything other than RowKey or PartitionKey in Azure Table Storage (ATS), lest you be forced to table scan. For a while, this has paralyzed me into trying to come up
I have an Azure Worker Role set up to get information from a few external web services, parse it into several different entity types, and store these entities in an Azure Table Storage. Crucially, mos
Still searching for an answer to this question: It\'s my understanding that there is no requirement that there be any structural or type similarity between different entities in a table in Azure stor
My entity is a key value pair. 90% of the time i\'ll be retrieving the entity based on key but 10% of the time I\'ll also do a reverse lookup i.e. I\'ll search by value and get the key.
Is the there the chance to repeat a RowKey in an Azure table that is constructed like this? string.Format(\"{0:d19}\", DateTime.MaxValue.Ticks - DateTime.UtcNow.Ticks)
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m using Azure Table Storage. When I query a table that is empty with parameters other than PartitionKey and RowKey involved, I get an exception.When I have at least one row, the exception doesn\'t
I am new to Azure and wondering what is the 开发者_StackOverflow社区difference between Microsoft.Samples.ServiceHosting.StorageClient and Microsoft.WindowsAzure.StorageClient?Are both being used or sh
I have a worker role that I would like to get diagnoistics feedback on... after adding the appropriate connection string to the ServiceConfiguration.cscfg and th开发者_如何转开发e following code: