你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LocalEseStoreSettings.DefragThresholdInMB 属性

定义

注意

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

获取或设置一个值,该值指示在后台进行联机碎片整理的数据库的最小逻辑大小。

[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

属性值

返回阈值(以 MB 为单位)。

属性

注解

已过时。 此值将在下一个主要 Service Fabric 运行时版本中删除,因为将定期对所有数据库进行碎片整理。 改用 MaxDefragFrequencyInMinutes 来调整碎片整理的频率。

适用于