Edit

IdleGrbit enumeration

Options for JetIdle(JET_SESID, IdleGrbit).

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

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

Syntax

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

Members

Member name Description
None Default options.
FlushBuffers Triggers cleanup of the version store.
Compact Reserved for future use. If this flag is specified, the API will return InvalidGrbit.
GetStatus Returns IdleFull if version store is more than half full.

See also

Reference

Microsoft.Isam.Esent.Interop namespace