LocalEseStoreSettings.CompactionProbabilityInPercent Property

Definition

Gets or sets a value indicating the probablity with which offline compaction should occur during open.

public int CompactionProbabilityInPercent { get; set; }
member this.CompactionProbabilityInPercent : int with get, set
Public Property CompactionProbabilityInPercent As Integer

Property Value

Int32

Returns the threshold in percent.

Remarks

Obsolete. Use System.Fabric.LocalEseStoreSettings.FreePageSizeThresholdInPercent instead.

Applies to