MetricAvailability.TimeGrain Property
Optional. The time grain specifies the aggregation interval for the metric.
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
MetricAvailability Class
Microsoft.Azure.Insights.Models Namespace
Return to top