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 threshold in bytes for about how many transaction log files will need to be replayed after a crash. If circular logging is enabled using CircularLog then this parameter will also control the approximate amount of transaction log files that will be retained on disk.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property CheckpointDepthMax As Integer
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer
value = instance.CheckpointDepthMax
instance.CheckpointDepthMax = value
public int CheckpointDepthMax { get; set; }
Property value
Type: System.Int32