Edit

InstanceParameters.LogFileSize property

Gets or sets the size of the transaction log files. This parameter should be set in units of 1024 bytes (e.g. a setting of 2048 will give 2MB logfiles).

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

Syntax

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

value = instance.LogFileSize

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

Property value

Type: System.Int32

See also

Reference

InstanceParameters class

InstanceParameters members

Microsoft.Isam.Esent.Interop namespace