Max $filter comparisons in an Azure Table Query
问题 This page (https://docs.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities) says: Note that no more than 15 discrete comparisons are permitted within a $filter string. However in my experiments I have hit that limit and not had any side effects. For example, this is from Azure Storage Explorer: Statistics for storageacct/table ("PartitionKey eq '1' or PartitionKey eq '2' or PartitionKey eq '3' or PartitionKey eq '4' or PartitionKey eq '5' or PartitionKey eq '6' or