EscrowUpdateGrbit enumeration

Options for JetEscrowUpdate.

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 EscrowUpdateGrbit
'Usage
Dim instance As EscrowUpdateGrbit
[FlagsAttribute]
public enum EscrowUpdateGrbit

Members

Member name Description
None Default options.
NoRollback Even if the session performing the escrow update has its transaction rollback this update will not be undone. As the log records may not be flushed to disk, recent escrow updates done with this flag may be lost if there is a crash.

See also

Reference

Microsoft.Isam.Esent.Interop namespace