共用方式為


SystemParameters.StartFlushThreshold 屬性

取得或設定資料庫頁面快取開始從快取收回頁面的臨界值,讓未快取的頁面有空間。 當快取中的頁面緩衝區數目低於此臨界值時,背景進程就會開始補充該可用緩衝區的集區。 此臨界值一律與JET_paramCacheSizeMax所設定的快取大小上限相對。 此閾值也必須一律小於JET_paramStopFlushThreshold所設定的停止閾值。 啟動閾值的距離高度會決定資料庫頁面快取在應用程式需要之前必須產生可用緩衝區的回應時間。 高啟動臨界值會讓背景程式有更多時間來回應。 不過,高啟動閾值表示較高的停止臨界值,這將會減少資料庫頁面快取的有效大小。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Property StartFlushThreshold As Integer
    Get
    Set
'Usage
Dim value As Integer

value = SystemParameters.StartFlushThreshold

SystemParameters.StartFlushThreshold = value
public static int StartFlushThreshold { get; set; }

屬性值

類型: System.Int32

另請參閱

參考

SystemParameters 類別

SystemParameters 成員

Microsoft.Isam.Esent.Interop 命名空間