MetricFilter Class
The stucture of the Filter represents an expression in disjunctive-normal-form Each filter contain a set of subfilters (the conjunctions) with the total filter 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.MetricFilter
Syntax
public class MetricFilter
public ref class MetricFilter
type MetricFilter = class end
Public Class MetricFilter
Constructors
Name | Description | |
---|---|---|
MetricFilter() |
Properties
Name | Description | |
---|---|---|
EndTime | Gets or sets the TimeGrain of the filter |
|
Names | Gets or sets the TimeGrain of the filter |
|
StartTime | Gets or sets the TimeGrain of the filter |
|
TimeGrain | Gets or sets the TimeGrain of the filter |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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