MetricFilterExpressionParser Class

 

Updated: September 18, 2014

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)

System.Object
  Microsoft.Azure.Insights.MetricFilterExpressionParser

public static class MetricFilterExpressionParser

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticParse(String)

Generates a MetricFilter object from the given filter 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: