Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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