次の方法で共有


MetricDefinition.PrimaryAggregationType プロパティ

定義

メトリックのプライマリ集計の種類を取得します。 使用できる値は、'None'、'Average'、'Total'、'Minimum'、'Maximum'、'Last' です。

[Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")]
public string PrimaryAggregationType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")>]
member this.PrimaryAggregationType : string
Public ReadOnly Property PrimaryAggregationType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象