madd0/AzureStorageDriver

Contains not implemented

devavejay opened this issue · 1 comments

from e in ErrorInfo
where e.StatusMessage.Contains("Timeout")
select e

This fails, the inner exception just says not implemented.

I'm sorry I let this issue without response for so long. For future reference:

Not everything you can write in C# can be translated into an Azure query. As you can see in the article Querying Tables and Entities, only a few comparison operators listed under Supported Comparison Operators are supported and they do not include contains.