Windows7Grbits members

Include protected members
Include inherited members

Grbits that have been added to the Windows 7 version of ESENT.

The Windows7Grbits type exposes the following members.

Fields

  Name Description
Public fieldStatic member Backward Hint that the sequential traversal will be in the backward direction.
Public fieldStatic member ColumnCompressed Compress data in the column, if possible.
Public fieldStatic member Compressed Try to compress the data when storing it.
Public fieldStatic member Dirty Terminate without flushing the database cache.
Public fieldStatic member EnableAttachDbBackgroundMaintenance The database engine will initiate automatic background database maintenance upon database attachment.
Public fieldStatic member EnableCreateDbBackgroundMaintenance The database engine will initiate automatic background database maintenance upon database creation.
Public fieldStatic member EnumerateInRecordOnly When enumerating column values only retrieve data that is present in the record. This means that BLOB columns will not always be retrieved.
Public fieldStatic member ExplicitPrepare No instances will be prepared by default. Instances must be added explicitly.
Public fieldStatic member ForceNewLog Force a new logfile to be created. This option may be used even if the session is not currently in a transaction. This option cannot be used in combination with any other option.
Public fieldStatic member Forward Hint that the sequential traversal will be in the forward direction.
Public fieldStatic member IntrinsicLVsOnly Permit only intrinsic LV's (so materialisation is not required simply because a TT has an LV column).
Public fieldStatic member ReplayIgnoreLostLogs Recover without error even if uncommitted logs have been lost. Set the recovery waypoint with Windows7Param.WaypointLatency to enable this type of recovery.
Public fieldStatic member Uncompressed Don't compress the data when storing it.

Top

See also

Reference

Windows7Grbits class

Microsoft.Isam.Esent.Interop.Windows7 namespace