ServiceLoadMetricWeight Enum

Definition

Describes the weight of a metric.

public enum ServiceLoadMetricWeight
type ServiceLoadMetricWeight = 
Public Enum ServiceLoadMetricWeight
Inheritance
ServiceLoadMetricWeight

Fields

High 3

Specifies the metric weight of the service load as High.

Low 1

Specifies the metric weight of the service load as Low.

Medium 2

Specifies the metric weight of the service load as Medium.

Zero 0

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(IEnumerable<LoadMetric>).

Applies to