次の方法で共有


MetricSettings.TimeGrain プロパティ

定義

ISO8601 形式のメトリックのタイムグレインを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="timeGrain")]
public TimeSpan? TimeGrain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeGrain")>]
member this.TimeGrain : Nullable<TimeSpan> with get, set
Public Property TimeGrain As Nullable(Of TimeSpan)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象