ReliableStateManagerReplicatorSettings.ThrottlingThresholdFactor 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 throttling threshold factor. Throttling will be initiated when the log usage exceeds this value times MinLogSizeInMB. Default value is 3.
public int? ThrottlingThresholdFactor { get; set; }
member this.ThrottlingThresholdFactor : Nullable<int> with get, set
Public Property ThrottlingThresholdFactor As Nullable(Of Integer)
Property Value
The throttling threshold.