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