MetricFilter.TimeGrain Property

 

Gets or sets the TimeGrain of the filter

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public TimeSpan TimeGrain { get; set; }
public:
property TimeSpan TimeGrain {
    TimeSpan get();
    void set(TimeSpan value);
}
member TimeGrain : TimeSpan with get, set
Public Property TimeGrain As TimeSpan

Property Value

Type: System.TimeSpan

See Also

MetricFilter Class
Microsoft.Azure.Insights Namespace

Return to top