次の方法で共有


DiagnosticMetricSet.TimeGrain プロパティ

定義

表示される時間グレインを取得または設定します。 現時点でサポートされているグレインは PT1M、PT1H、P1D です

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象