Aracılığıyla paylaş


LocalEseStoreSettings.DefragThresholdInMB Property

Definition

Caution

Regular defragmentation will occur in the next major Service Fabric runtime.

Gets or sets a value indicating the minimum logical size of a database for online defragmentation to occur the background.

[System.Obsolete("Regular defragmentation will occur in the next major Service Fabric runtime.")]
public int DefragThresholdInMB { get; set; }
public int DefragThresholdInMB { get; set; }
[<System.Obsolete("Regular defragmentation will occur in the next major Service Fabric runtime.")>]
member this.DefragThresholdInMB : int with get, set
member this.DefragThresholdInMB : int with get, set
Public Property DefragThresholdInMB As Integer

Property Value

Returns the threshold in MB.

Attributes

Remarks

Obsolete. This value will be removed in the next major Service Fabric runtime version as all databases will be regularly defragmented. Use MaxDefragFrequencyInMinutes to adjust frequency of defragmentation instead.

Applies to