StatefulServiceLoadMetricDescription.SecondaryDefaultLoad Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default amount of load that this service creates for this metric when it is a Secondary replica.
public int SecondaryDefaultLoad { get; set; }
member this.SecondaryDefaultLoad : int with get, set
Public Property SecondaryDefaultLoad As Integer
Property Value
The default amount of load that this service creates for this metric when it is a Secondary 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 secondary replica of this service reports its load. ReportLoad(IEnumerable<LoadMetric>).
Applies to
Azure SDK for .NET