SlidingWindowCompactionStrategy.MinimumPreservedTurns Property

Definition

Gets the minimum number of most-recent turns (by TurnIndex) that are always preserved. This is a hard floor that compaction cannot exceed, regardless of the target condition. Groups with TurnIndex of 0 or null are always preserved independently of this value.

public int MinimumPreservedTurns { get; }
member this.MinimumPreservedTurns : int
Public ReadOnly Property MinimumPreservedTurns As Integer

Property Value

Applies to