DiagnosticMetricSample.IsAggregated Property

Definition

Gets or sets whether the values are aggregates across all workers or not

[Newtonsoft.Json.JsonProperty(PropertyName="isAggregated")]
public bool? IsAggregated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isAggregated")>]
member this.IsAggregated : Nullable<bool> with get, set
Public Property IsAggregated As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to