Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)

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:

"Enter a WCF Data Services filter to limit the entities returned"

What is the syntax of a "WCF Data Services filter"? The following gives me an InvalidValueType error saying "The value specified is invalid.":

Timestamp gt '2011-04-20T00:00'

Am I even close? Is there a handy syntax reference somewhere?

1 Answer

0 votes
by (16.8k points)

Make this query in this format:

Timestamp gt datetime'2011-04-20T00:00:00'

Don't forget to put the datetime in here, it's pretty important.

Browse Categories

...