StatefulServiceLoadMetricDescription.AuxiliaryDefaultLoad Property

Definition

Gets or sets the default amount of load that this service creates for this metric when it is an Auxiliary replica.

public int AuxiliaryDefaultLoad { get; set; }
member this.AuxiliaryDefaultLoad : int with get, set
Public Property AuxiliaryDefaultLoad As Integer

Property Value

The default amount of load that this service creates for this metric when it is an Auxiliary replica.

Remarks

Specifying default load values for custom metrics enables the Service Fabric Cluster Resource Manager to efficiently place services when they are first created. If default load is not specified Service Fabric Cluster Resource Manager will assume zero load for this replica until the auxiliary replica of this service reports its load. ReportLoad(IEnumerable<LoadMetric>).

Applies to