LocalEseStoreSettings.DefragThresholdInMB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET