ReliableStateManagerReplicatorSettings.TruncationThresholdFactor Property

Definition

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.

Applies to