MetricFilterRegexParser Class
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)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Insights.MetricFilterRegexParser
Syntax
public static class MetricFilterRegexParser
public ref class MetricFilterRegexParser abstract sealed
[<AbstractClass>]
[<Sealed>]
type MetricFilterRegexParser = class end
Public NotInheritable Class MetricFilterRegexParser
Methods
Name | Description | |
---|---|---|
Parse(String) | Creates a new Filter object from the ($filter) query string |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Insights Namespace
Return to top