ServiceLoadMetric Class

Definition

Specifies a metric to load balance a service during runtime.

public class ServiceLoadMetric
type ServiceLoadMetric = class
Public Class ServiceLoadMetric
Inheritance
ServiceLoadMetric

Constructors

ServiceLoadMetric()

Initializes a new instance of the ServiceLoadMetric class.

ServiceLoadMetric(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ServiceLoadMetric class.

Properties

DefaultLoad

Gets or sets used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.

Name

Gets or sets the name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.

PrimaryDefaultLoad

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.

SecondaryDefaultLoad

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 Secondary replica.

Weight

Gets or sets the service load metric relative weight, compared to other metrics configured for this service, as a number. Possible values include: 'Zero', 'Low', 'Medium', 'High'

Methods

Validate()

Validate the object.

Applies to