Share via


ServiceLoadMetricWeight Enumeration

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Describes the weight of a metric.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public enum ServiceLoadMetricWeight

Members

Member name Description
High

Specifies the metric weight of the service load as High.

Low

Specifies the metric weight of the service load as Low.

Medium

Specifies the metric weight of the service load as Medium.

Zero

Specifies the metric weight of the service load as Zero. Disable Service Fabric Load Balancing for this metric. Note that metrics that are not balanced during runtime can still be used to control capacity on nodes and can still be reported via ReportLoad.

See Also

System.Fabric.Description Namespace

Return to top