Does the Azure Storage Table query entities really has number limitations?
问题 From MSDN, it seems there's a limitation for the number of entities returned by the Query service: A query against the Table service may return a maximum of 1,000 entities at one time and may execute for a maximum of five seconds. But as I wrote a sample to show this issue, I didn't find any limitations for the number of returned entities, here is my key code: public class DataProvider { public static string PartitionKey { get { return "PartitionKey"; } } public static IEnumerable