次の方法で共有


EventCountSummaryResponse.TimeGrain Property

 

Optional. The event summary time grain.

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

EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top