다음을 통해 공유


MetricSpecification.AggregationType Property

Definition

Gets or sets only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to