MetricFilterExpressionParser Class
The expression parser creates an Expression that represents an expression in disjunctive-normal-form Each Expression contains a set of Subexpressions (the conjunctions) with the total expression being the disjunction of them
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Insights.MetricFilterExpressionParser
Syntax
public static class MetricFilterExpressionParser
public ref class MetricFilterExpressionParser abstract sealed
[<AbstractClass>]
[<Sealed>]
type MetricFilterExpressionParser = class end
Public NotInheritable Class MetricFilterExpressionParser
Methods
Name | Description | |
---|---|---|
Parse(String) | Generates a MetricFilter object from the given filter 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