Condividi tramite


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
System_CAPS_pubmethod MetricFilter()

Properties

Name Description
System_CAPS_pubproperty EndTime

Gets or sets the TimeGrain of the filter

System_CAPS_pubproperty Names

Gets or sets the TimeGrain of the filter

System_CAPS_pubproperty StartTime

Gets or sets the TimeGrain of the filter

System_CAPS_pubproperty TimeGrain

Gets or sets the TimeGrain of the filter

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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