I have a need to query a store of 200 million entities in Windows Azure. Ideally, I would like to use the Table Service, rather than SQL Azure, for this task.
I am developing a c# web application that will be hosted in Windows Azure and use Table Data Storage (TDS).
I\'m trying to implement a query for one of my Azure Tables, the query should retrieve all files that contain the input string.
I want to using WCF Data Service (OData) for Azure Table Storage. Is that possible to used开发者_Go百科 for Table Storage first, if Yes. So Please tell me the steps that required to perform.I believe
I am looking at my Azure logs in the WADLogsTable and would like to filter the results, but I\'m clueless as to how to do so.There is a textbox that says:
Im writing a \'proof of concept\' application to investigate the possibility of moving a bespoke ASP.NET ecommerce system over to Windows Azure during a necessary re-write of the entire application.
Is there a way to query Azure table Storage without linq? I want to use >=, <=, <, >operattors on strings which of course linq will not allow me to do so.
Is it possible to have a开发者_如何转开发 Silverlight client app directly access the Azure Table service REST endpoints? Putting aside concerns about how to sign the requests without leaking the share
I am aware that records in azure table storage is organized by PartitionKey and indexed by RowKey. My application requires that I query the records in table storage based on the date range of the Time
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari