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.
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. |