Compartilhar via


HistoricalUsageMetricData.TimeGrain Property

 

Optional. Length of time (rollup) during which the information was gathered. For more information, see Supported Rollups.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

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

Property Value

Type: System.String

See Also

HistoricalUsageMetricData Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top