Share via


MetricAvailability.TimeGrain Property

 

Optional. The time grain specifies the aggregation interval for the metric.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top