MetricTrigger.DividePerInstance Property

Definition

Gets or sets a value indicating whether metric should divide per instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to