Edit

InstanceParameters.DbScanIntervalMaxSec property

Gets or sets the maximum interval to allow the database scan to finish, in seconds.

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

Syntax

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

value = instance.DbScanIntervalMaxSec

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

Property value

Type: System.Int32

See also

Reference

InstanceParameters class

InstanceParameters members

Microsoft.Isam.Esent.Interop namespace