SnapshotTruncateLogGrbit enumeration

Options for JetOSSnapshotTruncateLog(JET_OSSNAPID, SnapshotTruncateLogGrbit) and JetOSSnapshotTruncateLogInstance(JET_OSSNAPID, JET_INSTANCE, SnapshotTruncateLogGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SnapshotTruncateLogGrbit
'Usage
Dim instance As SnapshotTruncateLogGrbit
[FlagsAttribute]
public enum SnapshotTruncateLogGrbit

Members

Member name Description
None No truncation will occur.
AllDatabasesSnapshot All the databases are attached so the storage engine can compute and do the log truncation.

See also

Reference

Microsoft.Isam.Esent.Interop.Vista namespace