次の方法で共有


ReportRecordContract.Interval プロパティ

定義

集計期間の長さを取得または設定します。 間隔は 15 分の倍数である必要があり、ゼロにすることはできません。 値は ISO 8601 形式である必要があります (http://en.wikipedia.org/wiki/ISO_8601#Durations)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象