Partilhar via


LocalEseStoreSettings.DefragThresholdInMB Propriedade

Definição

Cuidado

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

Obtém ou define um valor que indica o tamanho lógico mínimo de um banco de dados para que a desfragmentação online ocorra em segundo plano.

[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

Valor da propriedade

Retorna o limite em MB.

Atributos

Comentários

Obsoleto. Esse valor será removido na próxima versão principal do runtime do Service Fabric, pois todos os bancos de dados serão desfragmentado regularmente. Use MaxDefragFrequencyInMinutes para ajustar a frequência de desfragmentação.

Aplica-se a