你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LocalEseStoreSettings.DefragThresholdInMB 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 来调整碎片整理的频率。