MetricFilterRegexParser Class

 

Updated: September 18, 2014

Simple filter parser class to implement very basic $filter Supported syntax: (optional names clause) and (timeGrain clause) and (startTime clause) and (endTime clause) Clauses can be in any order Names clause must be surrounded by parentheses if it contains multiple names No parentheses are allowed outside the names clause

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

System.Object
  Microsoft.Azure.Insights.MetricFilterRegexParser

[<AbstractClass>]
[<Sealed>]
type MetricFilterRegexParser = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticParse(String)

Creates a new Filter object from the ($filter) query string

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: