Share via


ServiceLoadMetricDescription.PrimaryDefaultLoad Property

Definition

Gets or sets used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.

[Newtonsoft.Json.JsonProperty(PropertyName="primaryDefaultLoad")]
public int? PrimaryDefaultLoad { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryDefaultLoad")>]
member this.PrimaryDefaultLoad : Nullable<int> with get, set
Public Property PrimaryDefaultLoad As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to