Edit

InstanceParameters.PageTempDBMin property

Gets or sets the initial size of the temporary database. The size is in database pages. A size of zero indicates that the default size of an ordinary database should be used. It is often desirable for small applications to configure the temporary database to be as small as possible. Setting this parameter to PageTempDBSmallest will achieve the smallest temporary database possible.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property PageTempDBMin As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.PageTempDBMin

instance.PageTempDBMin = value
public int PageTempDBMin { get; set; }

Property value

Type: System.Int32

See also

Reference

InstanceParameters class

InstanceParameters members

Microsoft.Isam.Esent.Interop namespace