Compartir a través de


Metric.TimeGrain Property

 

Optional. The time grain of the metric. Also known as the aggregation interval or frequency.

Namespace:   Microsoft.Azure.Insights.Models
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

Metric Class
Microsoft.Azure.Insights.Models Namespace

Return to top