MetricValueSet.TimeGrain Property
Optional. The time grain specifies the aggregation period of the metric value.
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
MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top