次の方法で共有


MetricDefinition.PrimaryAggregationType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrimaryAggregationType PrimaryAggregationType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")>]
member this.PrimaryAggregationType : Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrimaryAggregationType
Public ReadOnly Property PrimaryAggregationType As PrimaryAggregationType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象