LocalEseStoreSettings.CompactionProbabilityInPercent Property

Definition

Caution

Use FreePageSizeThresholdInPercent instead

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

[System.Obsolete("Use FreePageSizeThresholdInPercent instead")]
public int CompactionProbabilityInPercent { get; set; }
public int CompactionProbabilityInPercent { get; set; }
[<System.Obsolete("Use FreePageSizeThresholdInPercent instead")>]
member this.CompactionProbabilityInPercent : int with get, set
member this.CompactionProbabilityInPercent : int with get, set
Public Property CompactionProbabilityInPercent As Integer

Property Value

Returns the threshold in percent.

Attributes

Remarks

Obsolete. Use FreePageSizeThresholdInPercent instead.

Applies to